Creature.AddCreatureToList Method

MyDungeon

CreatureAddCreatureToList Method

Adds a creature to the list

Namespace:  MyDungeon.Entities
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual void AddCreatureToList(
	Creature script
)

Parameters

script
Type: MyDungeon.EntitiesCreature
The creature instance
See Also