예제 #1
0
파일: Ball.cs 프로젝트: carscan/Pong
 void FixedUpdate()
 {
     BallLogic.FixedUpdate(Time.fixedDeltaTime);
 }