C# Class Sharpcraft.Networking.Packets.PlayerPacket

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

Public Properties

Property Type Description
OnGround bool

Public Methods

Method Description
PlayerPacket ( bool onGround = false ) : Sharpcraft.Networking.Enums

Method Details

PlayerPacket() public method

public PlayerPacket ( bool onGround = false ) : Sharpcraft.Networking.Enums
onGround bool
return Sharpcraft.Networking.Enums

Property Details

OnGround public_oe property

public bool OnGround
return bool