コード例 #1
0
ファイル: PlayerController.cs プロジェクト: yoellevy/Geo
 private void movePlayer()
 {
     playerControl.MovePlayer(m_Rigidbody);
 }