public void CmdMove(CharacterInput[] inputs)
 {
     server.Move(inputs);
 }