コード例 #1
0
ファイル: LoginSession.cs プロジェクト: Willyham/SagaRO2
 public void RequestNewSession(GatewayClient client)
 {
     Packets.Login.Send.NewClient p = new SagaGateway.Packets.Login.Send.NewClient();
     this.waitingQueue.Add(client);
     this.netIO.SendPacket(p, this.SessionID);
 }
コード例 #2
0
ファイル: LoginSession.cs プロジェクト: xxlio109/Saga
 public void RequestNewSession(GatewayClient client)
 {
     Packets.Login.Send.NewClient p = new SagaGateway.Packets.Login.Send.NewClient();
     this.waitingQueue.Add(client);
     this.netIO.SendPacket(p, this.SessionID);
 }