namespace Mr.BrickAdventures.scripts.interfaces; public interface IUnlockable { void Unlock(); }