Add basic randomizer
This commit is contained in:
7
ALttPRandomizer/GenerationFailedException.cs
Normal file
7
ALttPRandomizer/GenerationFailedException.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace ALttPRandomizer {
|
||||
using System;
|
||||
|
||||
public class GenerationFailedException : Exception {
|
||||
public GenerationFailedException(string message) : base(message) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user