This commit is contained in:
@@ -36,7 +36,7 @@ public abstract class ItemScript : IDeepCloneable
|
||||
/// <summary>
|
||||
/// Returns whether the item requires a target to be used.
|
||||
/// </summary>
|
||||
public virtual bool RequiresTarget => false;
|
||||
public virtual ItemTargetType TargetType => ItemTargetType.None;
|
||||
|
||||
/// <summary>
|
||||
/// Returns whether the item is usable on the given target.
|
||||
|
||||
Reference in New Issue
Block a user