C# Class MapServer.NpcObject

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

Public Properties

Property Type Description
ScriptId uint
mInfo GameStruct.NPCInfo

Public Methods

Method Description
NpcObject ( GameStruct info ) : System

Method Details

NpcObject() public method

public NpcObject ( GameStruct info ) : System
info GameStruct
return System

Property Details

ScriptId public_oe property

public uint ScriptId
return uint

mInfo public_oe property

public NPCInfo,GameStruct mInfo
return GameStruct.NPCInfo