コード例 #1
0
ファイル: StateMachine.cs プロジェクト: AZaruba/SnowboardJam
 /// <summary>
 /// Performs the behavior of the current state
 /// </summary>
 public void Act()
 {
     i_currentState.Act();
 }