Class PersistentStatBonusEffect
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
Mirror.NetworkBehaviour
PersistentStatBonusEffect
Inherited Members
Namespace: Global
Assembly: Dew.Core.dll
Syntax
[SaveActor(true)]
public class PersistentStatBonusEffect : StatusEffect, ILogicUpdate, ICleanup, ICustomDestroyRoutine
Fields
bonus
Declaration
[SaveVar(SaveVarFlags.Default)]
public StatBonus bonus
Field Value
| Type | Description |
|---|---|
| StatBonus |
Methods
OnCreate()
Declaration
protected override void OnCreate()