コード例 #1
0
ファイル: PushingGround.cs プロジェクト: Nissu95/RocketTower
 public override void OnStandOn(IPusheable actor)
 {
     actor.AddMovement(movement.x, movement.y);
 }