Esempio n. 1
0
 void Awake()
 {
     // Load empty conditions list
     Conditions = new ConditionController(this);
 }
Esempio n. 2
0
 public void SetConditionController(ConditionController controller)
 {
     m_ConditionController = controller;
 }
Esempio n. 3
0
        void Awake()
        {

            // Load empty conditions list
            Conditions = new ConditionController(this);
        }
Esempio n. 4
0
 public void SetConditionController(ConditionController controller)
 {
     m_ConditionController = controller;
 }