コード例 #1
0
 public void OnButtonClick_DoCreateRoom(int playersAmount)
 {
     ActionManager.Action_DoCreateRoom((byte)playersAmount);
 }