budnhead/org.niclasundharald.engine/exceptions/OutOfWorldException.cs

11 lines
149 B
C#

using System;
namespace org.niclasundharald.engine
{
public class OutOfWorldException : Exception
{
public OutOfWorldException()
{
}
}
}