Пример #1
0
 public void ApplyUserCommand(UserCommand userCommand)
 {
     LocalPlayer.ApplyMovement(userCommand.Buttons, localTickInterval);
 }