Esempio n. 1
0
 void Awake()
 {
     MARK2_CHARCONTROLLER = GetComponent("CharacterController") as CharacterController;
     INSTANCE = this;
 }
Esempio n. 2
0
 void Awake()
 {
     MARK2_CHARCONTROLLER = GetComponent("CharacterController") as CharacterController;
     INSTANCE             = this;
 }