コード例 #1
0
 void CmdSendInput(InputType inputType, int sentPlayerId)
 {
     gameLogicManager.KeyBoardInput(inputType, sentPlayerId);
 }