コード例 #1
0
ファイル: CommandObj.cs プロジェクト: RoOoOom/Assets
 public override void Excute(PlayerObj player)
 {
     player.Jump();
 }