diff options
Diffstat (limited to 'Bitspace/Bitspace/Biome.cs')
| -rw-r--r-- | Bitspace/Bitspace/Biome.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Bitspace/Bitspace/Biome.cs b/Bitspace/Bitspace/Biome.cs index 653cb2c..070c3fd 100644 --- a/Bitspace/Bitspace/Biome.cs +++ b/Bitspace/Bitspace/Biome.cs @@ -44,6 +44,9 @@ namespace Game get { return suffocate; } } + public Biome() : this(null, '\0', ConsoleColor.Black, 0, false) + { } + public Biome(string name, char floor, ConsoleColor color) : this(name, floor, color, 0, false) { } |
