Add Apr2025 Randomizer
This commit is contained in:
10
ALttPRandomizer/Randomizers/IRandomizer.cs
Normal file
10
ALttPRandomizer/Randomizers/IRandomizer.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace ALttPRandomizer.Randomizers {
|
||||
using ALttPRandomizer.Model;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
public interface IRandomizer {
|
||||
public void Validate(SeedSettings settings);
|
||||
|
||||
public Task Randomize(string id, SeedSettings settings);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user