Example #1
0
 void OnDisable()
 {
     COMPONENT_DATABASE.UnRegister <CookingStation>(this);
 }
Example #2
0
 void OnDisable()
 {
     COMPONENT_DATABASE.UnRegister <WoodStack>(this);
 }
Example #3
0
 void OnDisable()
 {
     COMPONENT_DATABASE.UnRegister <BlacksmithForge>(this);
 }
Example #4
0
 void OnDisable()
 {
     COMPONENT_DATABASE.UnRegister <CutableTree>(this);
 }
Example #5
0
 void OnDisable()
 {
     COMPONENT_DATABASE.UnRegister <ToolDispenser>(this);
 }
Example #6
0
 void OnDisable()
 {
     COMPONENT_DATABASE.UnRegister <AnimalHealth>(this);
 }
Example #7
0
 void OnDisable()
 {
     COMPONENT_DATABASE.UnRegister <Meat>(this);
 }
Example #8
0
 void OnDisable()
 {
     COMPONENT_DATABASE.UnRegister <EnemyHealth>(this);
 }
Example #9
0
 void OnDisable()
 {
     COMPONENT_DATABASE.UnRegister <BlacksmithResourceDeposit>(this);
 }