9 lines
172 B
C#
9 lines
172 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public interface IUnlocksService
|
|
{
|
|
void Unlock(UnlockDefinition unlock);
|
|
|
|
void UnlockAll();
|
|
}
|
|
} |