C# Class DarkEmu_GameServer.PlayerAction

Afficher le fichier Open project: CarlosX/DarkEmu Class Usage Examples

Méthodes publiques

Méthode Description
Action ( PacketReader reader_, int Index_ ) : void
OnEmotion ( PacketReader reader_, int Index_ ) : void

Private Methods

Méthode Description
PickUpItem ( int Index_, int ObjectIndex ) : void
PrepareBuff ( int Index_ ) : void
SkillAttackType ( int Index_ ) : void

Method Details

Action() public static méthode

public static Action ( PacketReader reader_, int Index_ ) : void
reader_ PacketReader
Index_ int
Résultat void

OnEmotion() public static méthode

public static OnEmotion ( PacketReader reader_, int Index_ ) : void
reader_ PacketReader
Index_ int
Résultat void