ManiaMap.Godot
Procedural generation of metroidvania style maps for Godot .NET.
RoomNotInitializedException.cs
1
using
System;
2
3
namespace
MPewsey.ManiaMapGodot.Exceptions
4
{
8
public
class
RoomNotInitializedException
: Exception
9
{
10
public
RoomNotInitializedException
(
string
message) : base(message)
11
{
12
13
}
14
}
15
}
MPewsey.ManiaMapGodot.Exceptions.RoomNotInitializedException
Raised if a room is not initialized when its on ready method is called.
Definition:
RoomNotInitializedException.cs:9
MPewsey.ManiaMapGodot.Exceptions
Definition:
DuplicateInputException.cs:4
addons
mpewsey.maniamap
scripts
runtime
exceptions
RoomNotInitializedException.cs
Generated by
1.9.2