C# Class Sharpcraft.Networking.Packets.CollectItemPacket

Inheritance: Packet
Afficher le fichier Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Méthodes publiques

Свойство Type Description
CollectedEntityID System.Int32
CollectedEntityID int
CollectorEntityID System.Int32
CollectorEntityID int

Méthodes publiques

Méthode Description
CollectItemPacket ( Int32 collectedEntityId, Int32 collectorEntityId ) : System

Method Details

CollectItemPacket() public méthode

public CollectItemPacket ( Int32 collectedEntityId, Int32 collectorEntityId ) : System
collectedEntityId System.Int32
collectorEntityId System.Int32
Résultat System

Property Details

CollectedEntityID public_oe property

public Int32,System CollectedEntityID
Résultat System.Int32

CollectedEntityID public_oe property

public int CollectedEntityID
Résultat int

CollectorEntityID public_oe property

public Int32,System CollectorEntityID
Résultat System.Int32

CollectorEntityID public_oe property

public int CollectorEntityID
Résultat int