コード例 #1
0
 void SetPhaseTo(flightStates fs)
 {
     CurrentState = fs;
     Debug.Log("Changing State to: " + fs.ToString());
 }
コード例 #2
0
 void SetPhaseTo(flightStates fs)
 {
     CurrentState = fs;
     Debug.Log("Changing State to: " + fs.ToString());
 }