Exemplo n.º 1
0
 public void StartBattle()
 {
     base.BroadCast(FourPlayerServerHelper.StartBattle(0));
 }
Exemplo n.º 2
0
 internal void StartBattle(int sessionID, int identity)
 {
     base.Send(sessionID, FourPlayerServerHelper.StartBattle(identity));
 }