Selector position fix

This commit is contained in:
MaddoScientisto 2025-03-23 17:08:04 +01:00
commit a18dc11eb3
9 changed files with 10 additions and 8 deletions

View file

@ -7,6 +7,6 @@ public interface IInteractable
public bool Activate(ActivationType activationType = ActivationType.Toggle);
public bool CanActivate();
public Vector2 GetPosition();
public Vector2 GetGlobalPosition();
//protected bool MeetsRequirements();
}