ArtemisComm.GameMasterMessagePacket.GameMasterMessagePacket C# (CSharp) 메소드

GameMasterMessagePacket() 공개 메소드

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

Same methods

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