7 lines
197 B
C#
7 lines
197 B
C#
namespace ALttPRandomizer.Options {
|
|
public class ServiceOptions {
|
|
public string PythonPath { get; set; } = null!;
|
|
public string RandomizerPath { get; set; } = null!;
|
|
}
|
|
}
|