ArtemisComm.GameMessageSubPackets.GameOverSubPacket.GameOverSubPacket C# (CSharp) Méthode

GameOverSubPacket() public méthode

public GameOverSubPacket ( Stream stream, int index ) : System
stream Stream
index int
Résultat System
        public GameOverSubPacket(Stream stream, int index)
            : base(stream, index)
        { 
        }