예제 #1
0
 public void performClickAction(GameLobbyManager ourGLM, Button clickedButton)
 {
     ourGLM.getPlayerActionDictionary()["EnterChat"].performAction(ourGLM);
 }