Click or drag to resize

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
Syntax
C#
public interface IUpgradeable

The IUpgradeable type exposes the following members.

Methods
  NameDescription
Public methodGetUpgrades
Return a list of all the upgrades applied.
Top
See Also