Class PropEnt_Stone_Gold
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
Mirror.NetworkBehaviour
PropEnt_Stone_Gold
Inherited Members
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class PropEnt_Stone_Gold : PropEntity, ILogicUpdate, ICleanup, ICustomDestroyRoutine, IProp
Fields
amountByZoneIndex
Declaration
public Formula amountByZoneIndex
Field Value
| Type | Description |
|---|---|
| Formula |
Properties
isRegularReward
Declaration
public override bool isRegularReward { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
Methods
GetAmount()
Declaration
public int GetAmount()
Returns
| Type | Description |
|---|---|
| int |
OnDeath(EventInfoKill)
Declaration
protected override void OnDeath(EventInfoKill info)
Parameters
| Type | Name | Description |
|---|---|---|
| EventInfoKill | info |