예제 #1
0
 public bool StartServer()
 {
     return(NetComp.StartServer(PortReliable, PortUnreliable, MaxClients));
 }