Beispiel #1
0
 void Awake()
 {
     MARK2_CHARCONTROLLER = GetComponent("CharacterController") as CharacterController;
     INSTANCE = this;
 }
Beispiel #2
0
 void Awake()
 {
     MARK2_CHARCONTROLLER = GetComponent("CharacterController") as CharacterController;
     INSTANCE             = this;
 }