-
Notifications
You must be signed in to change notification settings - Fork 0
Module information
Qkrisi edited this page Feb 21, 2021
·
2 revisions
protected int ModuleID {get;}Declaring method: Awake
This property holds the ID of the module, most of the time used for logging.
protected int MaxID {get;}Declaring method: Awake
This property holds the highest ID of all the modules of the same type.
protected KMBombInfo BombInfo {get;}Declaring method: Start
If present, this property will hold the KMBombInfo component of the module.
protected KMBombModule BombModule {get;}Declaring method: Start
If present, this property will hold the KMBombModule component of the module.
protected KMNeedyModule NeedyModule {get;}Declaring method: Start
If present, this property will hold the KMNeedyModule component of the module.