6 lines
101 B
C#
6 lines
101 B
C#
namespace Mr.BrickAdventures.scripts.interfaces;
|
|
|
|
public interface IUnlockable
|
|
{
|
|
void Unlock();
|
|
} |