void Awake()
 {
     INSTANCE = this;
     CurrentJumpState = JumpState.jump;
 }
Beispiel #2
0
 void Awake()
 {
     INSTANCE         = this;
     CurrentJumpState = JumpState.jump;
 }