예제 #1
0
파일: Player.cs 프로젝트: van800/pong-tdd
 void FixedUpdate()
 {
     Move(inputProxy.GetAxisRaw(axis), timeProxy.GetFixedDeltaTime());
 }