C# Class Pluton.Rust.Objects.NPC

Inheritance: Entity
Show file Open project: Notulp/Pluton.Rust

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 property

public BaseNPC baseNPC
return BaseNPC