Add basic randomizer
This commit is contained in:
6
ALttPRandomizer/Options/ServiceOptions.cs
Normal file
6
ALttPRandomizer/Options/ServiceOptions.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace ALttPRandomizer.Options {
|
||||
public class ServiceOptions {
|
||||
public string PythonPath { get; set; } = null!;
|
||||
public string RandomizerPath { get; set; } = null!;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user