C# Class MapServer.ShenYuanELing

Inheritance: MonsterObject
Mostra file Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
mPlay PlayerObject

Public Methods

Method Description
ClearThis ( ) : void
Run ( ) : bool
ShenYuanELing ( PlayerObject _play, BaseObject _AttackTarget, short x, short y, byte dir, uint _id, int nAi_Id ) : System

Method Details

ClearThis() public method

public ClearThis ( ) : void
return void

Run() public method

public Run ( ) : bool
return bool

ShenYuanELing() public method

public ShenYuanELing ( PlayerObject _play, BaseObject _AttackTarget, short x, short y, byte dir, uint _id, int nAi_Id ) : System
_play PlayerObject
_AttackTarget BaseObject
x short
y short
dir byte
_id uint
nAi_Id int
return System

Property Details

mPlay public_oe property

public PlayerObject,MapServer mPlay
return PlayerObject