C# Class Sharpcraft.Networking.Packets.AnimationPacket

Inheritance: Packet
Exibir arquivo Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
Animation sbyte
EntityID System.Int32
EntityID int

Public Methods

Method Description
AnimationPacket ( Int32 entityId, sbyte animation ) : System

Method Details

AnimationPacket() public method

public AnimationPacket ( Int32 entityId, sbyte animation ) : System
entityId System.Int32
animation sbyte
return System

Property Details

Animation public_oe property

public sbyte Animation
return sbyte

EntityID public_oe property

public Int32,System EntityID
return System.Int32

EntityID public_oe property

public int EntityID
return int