コード例 #1
0
ファイル: SystemPackets.cs プロジェクト: valeIT/swtor-emu
 public void ExecutePacket(AsyncConnection connection, ByteBuffer packet)
 {
     TORLog.Info(connection.GetHashCode() + " leaving the Shard Server.");
     connection.Close();
 }