Beispiel #1
0
 private void Update()
 {
     _currentState.Act(this);
     RgdBody.velocity = new Vector3(0, RgdBody.velocity.y, 0);
 }