ItemUseActionBase
Abstract class in SurvivEngine.Items namespace
Inherits from UnityEngine.ScriptableObject
Abstract class in SurvivEngine.Items namespace
Inherits from UnityEngine.ScriptableObject
Base class for all item use actions.
Determines whether or not this action is able to be performed.
userEntity The entity using the item.
itemInstance The item being used with this action.
Performs the action and returns the success status.
userEntity The entity using the item.
itemInstance The item being used with this action.