C# Class Sharpcraft.Networking.Packets.CollectItemPacket

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

Public Properties

Property Type Description
CollectedEntityID System.Int32
CollectedEntityID int
CollectorEntityID System.Int32
CollectorEntityID int

Public Methods

Method Description
CollectItemPacket ( Int32 collectedEntityId, Int32 collectorEntityId ) : System

Method Details

CollectItemPacket() public method

public CollectItemPacket ( Int32 collectedEntityId, Int32 collectorEntityId ) : System
collectedEntityId System.Int32
collectorEntityId System.Int32
return System

Property Details

CollectedEntityID public_oe property

public Int32,System CollectedEntityID
return System.Int32

CollectedEntityID public_oe property

public int CollectedEntityID
return int

CollectorEntityID public_oe property

public Int32,System CollectorEntityID
return System.Int32

CollectorEntityID public_oe property

public int CollectorEntityID
return int