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

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