ManiaMap.Godot
Procedural generation of metroidvania style maps for Godot .NET.
RoomTemplateNotInitializedException.cs
1using System;
2
4{
8 public class RoomTemplateNotInitializedException : Exception
9 {
10 public RoomTemplateNotInitializedException(string message) : base(message)
11 {
12
13 }
14 }
15}