Beispiel #1
0
 //Handles state changes during a lateupdate call
 public void LateUpdate()
 {
     currentState.LateUpdate();
 }