SupaLidlGame/Exceptions/MultipleSingletonsException.cs

7 lines
90 B
C#
Raw Permalink Normal View History

2023-09-03 17:42:32 -07:00
namespace SupaLidlGame;
public class MultipleSingletonsException : System.Exception
{
}