ArtemisComm.GameMasterMessagePacket.GameMasterMessagePacket C# (CSharp) Method

GameMasterMessagePacket() public method

public GameMasterMessagePacket ( Stream stream, int index ) : System
stream Stream
index int
return System
        public GameMasterMessagePacket(Stream stream, int index) : base(stream, index) { }
      

Same methods

GameMasterMessagePacket::GameMasterMessagePacket ( byte console, string sender, string message ) : System