示例#1
0
文件: Player.cs 项目: van800/pong-tdd
 void FixedUpdate()
 {
     Move(inputProxy.GetAxisRaw(axis), timeProxy.GetFixedDeltaTime());
 }