Ejemplo n.º 1
0
 void OnEnable()
 {
     COMPONENT_DATABASE.Register <CookingStation>(this);
 }
Ejemplo n.º 2
0
 void OnEnable()
 {
     COMPONENT_DATABASE.Register <WoodStack>(this);
 }
Ejemplo n.º 3
0
 void OnEnable()
 {
     COMPONENT_DATABASE.Register <BlacksmithForge>(this);
 }
Ejemplo n.º 4
0
 void OnEnable()
 {
     COMPONENT_DATABASE.Register <CutableTree>(this);
 }
Ejemplo n.º 5
0
 void OnEnable()
 {
     COMPONENT_DATABASE.Register <ToolDispenser>(this);
 }
Ejemplo n.º 6
0
 void OnEnable()
 {
     COMPONENT_DATABASE.Register <AnimalHealth>(this);
 }
Ejemplo n.º 7
0
 void OnEnable()
 {
     COMPONENT_DATABASE.Register <Meat>(this);
 }
Ejemplo n.º 8
0
    void OnEnable()
    {
        COMPONENT_DATABASE.Register <EnemyHealth>(this);

        m_CurrentHitPoints = hitPoints;
    }
Ejemplo n.º 9
0
 void OnEnable()
 {
     COMPONENT_DATABASE.Register <BlacksmithResourceDeposit>(this);
 }