ArtemisComm.GameMasterMessagePacket.GetPacket C# (CSharp) Méthode

GetPacket() public static méthode

public static GetPacket ( byte console, string sender, string message ) : Packet
console byte
sender string
message string
Résultat Packet
        public static Packet GetPacket(byte console, string sender, string message)
        {
            return new Packet(new GameMasterMessagePacket(console, sender, message));
        }
        public GameMasterMessagePacket(byte console, string sender, string message)