コード例 #1
0
ファイル: RunningState.cs プロジェクト: Llourn/_Drago
 public void Enter(DragonController dragon)
 {
     dragon.PlayRunningAnimation();
 }