Restructured for new direction.
This commit is contained in:
@@ -18,6 +18,7 @@ namespace BriarQueen.Game.Items.Environment.General
|
||||
private bool _removeTrigger;
|
||||
|
||||
public override UICursorService.CursorStyle ApplicableCursorStyle => UICursorService.CursorStyle.Inspect;
|
||||
public override string InteractableName => InteractableTooltip;
|
||||
|
||||
public override async UniTask OnInteract(ItemDataSo item = null)
|
||||
{
|
||||
@@ -30,4 +31,4 @@ namespace BriarQueen.Game.Items.Environment.General
|
||||
await Remove();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user