C# Class DarkEmu_GameServer.PlayerAction

Show file Open project: CarlosX/DarkEmu Class Usage Examples

Public Methods

Method Description
Action ( PacketReader reader_, int Index_ ) : void
OnEmotion ( PacketReader reader_, int Index_ ) : void

Private Methods

Method Description
PickUpItem ( int Index_, int ObjectIndex ) : void
PrepareBuff ( int Index_ ) : void
SkillAttackType ( int Index_ ) : void

Method Details

Action() public static method

public static Action ( PacketReader reader_, int Index_ ) : void
reader_ PacketReader
Index_ int
return void

OnEmotion() public static method

public static OnEmotion ( PacketReader reader_, int Index_ ) : void
reader_ PacketReader
Index_ int
return void