Пример #1
0
 public void CmdAddActionToList(Enumerations.Action action)
 {
     _gameManager.ServerAddActionToList(this, action);
 }