Example #1
0
 public MessageHandler(PlayerClient player)
 {
     Player = player;
     pieceLock = new object();
 }
Example #2
0
 public PlayerMessageHandleArgs(IConnection connection  = null, Socket socket = null,
                                PlayerSettings settings = null, AgentCommandLineOptions options = null, PlayerClient playerClient = null)
 {
     Options      = options;
     Connection   = connection;
     Socket       = socket;
     Settings     = settings;
     PlayerClient = playerClient;
 }