Creature.OnCantMove(T) Method

MyDungeon

CreatureOnCantMoveT Method

[Missing <summary> documentation for "M:MyDungeon.Entities.Creature.OnCantMove``1(``0)"]

Namespace:  MyDungeon.Entities
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected abstract void OnCantMove<T>(
	T component
)

Parameters

component
Type: T

[Missing <param name="component"/> documentation for "M:MyDungeon.Entities.Creature.OnCantMove``1(``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:MyDungeon.Entities.Creature.OnCantMove``1(``0)"]

See Also