コード例 #1
0
ファイル: LoginSession.cs プロジェクト: Refuge89/Vanilla
 public LoginSession(LoginServer server, int connectionID, Socket connectionSocket)
     : base(connectionID, connectionSocket)
 {
     Server = server;
 }
コード例 #2
0
ファイル: LoginSession.cs プロジェクト: stolborez/Vanilla
 public LoginSession(LoginServer server, int connectionID, Socket connectionSocket) : base(connectionID, connectionSocket)
 {
     Server = server;
 }