MyDungeon Documentation
![]() | ItemUseItem Method |
Sets Target and calls Use() for inheriting classes
Namespace: MyDungeon.Items
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

C#
public virtual void UseItem( Transform target )
Parameters
- target
- Type: Transform
Target transform to be passed to inheriting class
