Interactable interface

This commit is contained in:
MaddoScientisto 2025-03-09 21:58:25 +01:00
commit 54d9824581
27 changed files with 102 additions and 61 deletions

View file

@ -44,7 +44,7 @@ public partial class Interactable : Area2D, IInteractable
return true;
}
public virtual bool Activate()
public virtual bool Activate(ActivationType activationType = ActivationType.Toggle)
{
return true;
}