コード例 #1
0
ファイル: Moving.cs プロジェクト: driverb/projectRICH
 public void Stop(IGameObject owner)
 {
     currentVelocity.Reset();
 }