C# Class DarkEmu_GameServer.character._action

Datei anzeigen Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
Buff _buff
Cast bool
DeBuff _debuff
MonsterID List
Object object
Skill _usingSkill
Target int
sSira byte

Public Methods

Method Description
Check ( ) : bool
MonsterIDCheck ( int id ) : bool

Method Details

Check() public method

public Check ( ) : bool
return bool

MonsterIDCheck() public method

public MonsterIDCheck ( int id ) : bool
id int
return bool

Property Details

Buff public_oe property

public _buff Buff
return _buff

Cast public_oe property

public bool Cast
return bool

DeBuff public_oe property

public _debuff DeBuff
return _debuff

MonsterID public_oe property

public List MonsterID
return List

Object public_oe property

public object Object
return object

Skill public_oe property

public _usingSkill Skill
return _usingSkill

Target public_oe property

public int Target
return int

sSira public_oe property

public byte sSira
return byte