C# Class MapServer.MingGuoShengNv

Inheritance: MonsterObject
Mostrar archivo Open project: dream-young-soul/soul

Public Properties

Property Type Description
mPlay PlayerObject

Public Methods

Method Description
CanPK ( BaseObject obj, bool bGoCrime = true ) : bool
ClearThis ( ) : void
MingGuoShengNv ( PlayerObject _play, short x, short y, byte dir, uint _id, int nAi_Id ) : System
Run ( ) : bool

Protected Methods

Method Description
ProcessAction_Die ( GameStruct act ) : void

Method Details

CanPK() public method

public CanPK ( BaseObject obj, bool bGoCrime = true ) : bool
obj BaseObject
bGoCrime bool
return bool

ClearThis() public method

public ClearThis ( ) : void
return void

MingGuoShengNv() public method

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

ProcessAction_Die() protected method

protected ProcessAction_Die ( GameStruct act ) : void
act GameStruct
return void

Run() public method

public Run ( ) : bool
return bool

Property Details

mPlay public_oe property

public PlayerObject,MapServer mPlay
return PlayerObject