예제 #1
0
파일: Ball.cs 프로젝트: asmCode/soccer_game
 public void SetVelocity(Vector3 velocity)
 {
     m_ballView.SetVelocity(velocity);
 }