 | IUpgradeable Interface |
Any entity (POCO or
SerializedMonoBehaviour) that wishes to have stats should implement this
interface and provide a list of
Upgrades.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic interface IUpgradeable
The IUpgradeable type exposes the following members.
Methods|
| Name | Description |
|---|
 | GetUpgrades | Return a list of all the upgrades applied. |
Top
See Also