C# Class Sharpcraft.Networking.Packets.NewInvalidStatePacket

Inheritance: Packet
Mostra file Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
GameMode sbyte
Reason sbyte

Public Methods

Method Description
NewInvalidStatePacket ( sbyte reason, sbyte gameMode ) : Sharpcraft.Networking.Enums

Method Details

NewInvalidStatePacket() public method

public NewInvalidStatePacket ( sbyte reason, sbyte gameMode ) : Sharpcraft.Networking.Enums
reason sbyte
gameMode sbyte
return Sharpcraft.Networking.Enums

Property Details

GameMode public_oe property

public sbyte GameMode
return sbyte

Reason public_oe property

public sbyte Reason
return sbyte