C# Class Pluton.NPC

Inheritance: Entity
Afficher le fichier Open project: Notulp/Pluton Class Usage Examples

Méthodes publiques

Свойство Type Description
baseNPC BaseNPC

Méthodes publiques

Méthode Description
IsNPC ( ) : bool
Kill ( ) : void
NPC ( BaseNPC npc )

Method Details

IsNPC() public méthode

public IsNPC ( ) : bool
Résultat bool

Kill() public méthode

public Kill ( ) : void
Résultat void

NPC() public méthode

public NPC ( BaseNPC npc )
npc BaseNPC

Property Details

baseNPC public_oe property

public BaseNPC baseNPC
Résultat BaseNPC