Creature.Update Method

MyDungeon

CreatureUpdate Method

Checks if a creature has lost all its HP and removes it from the list if so

Namespace:  MyDungeon.Entities
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected virtual void Update()
See Also