Event OnObjectUse
Called when a creature is about to use an object.
public event Action<OnObjectUse> OnObjectUse
Returns
- Action<OnObjectUse>
- Called when a creature is about to use an object.
Called when a creature is about to use an object.
public event Action<OnObjectUse> OnObjectUse