C# Class Pluton.NPC

Inheritance: Entity
显示文件 Open project: Notulp/Pluton Class Usage Examples

Public Properties

Property Type Description
baseNPC BaseNPC

Public Methods

Method Description
IsNPC ( ) : bool
Kill ( ) : void
NPC ( BaseNPC npc )

Method Details

IsNPC() public method

public IsNPC ( ) : bool
return bool

Kill() public method

public Kill ( ) : void
return void

NPC() public method

public NPC ( BaseNPC npc )
npc BaseNPC

Property Details

baseNPC public_oe property

public BaseNPC baseNPC
return BaseNPC