C# Class Sharpcraft.Networking.Packets.ExperiencePacket

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

Méthodes publiques

Свойство Type Description
Bar float
Level System.Int16
Level short
Total System.Int16
Total short

Méthodes publiques

Méthode Description
ExperiencePacket ( float bar = 0.0f, Int16 level, Int16 total ) : System

Method Details

ExperiencePacket() public méthode

public ExperiencePacket ( float bar = 0.0f, Int16 level, Int16 total ) : System
bar float
level System.Int16
total System.Int16
Résultat System

Property Details

Bar public_oe property

public float Bar
Résultat float

Level public_oe property

public Int16,System Level
Résultat System.Int16

Level public_oe property

public short Level
Résultat short

Total public_oe property

public Int16,System Total
Résultat System.Int16

Total public_oe property

public short Total
Résultat short