C# Class MapServer.DiYuXieFu

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

Public Properties

Property Type Description
mPlay PlayerObject

Public Methods

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

Method Details

ClearThis() public method

public ClearThis ( ) : void
return void

DiYuXieFu() public method

public DiYuXieFu ( 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

Run() public method

public Run ( ) : bool
return bool

Property Details

mPlay public property

public PlayerObject,MapServer mPlay
return PlayerObject