budnhead/org.budnhead/exceptions/OutOfWorldException.cs
Harald Christian Joachim Wolff 634da6fe0b nhengine -> budnhead
2017-05-09 23:41:50 +02:00

8 lines
114 B
C#

using System;
namespace org.budnhead.exceptions
{
public class OutOfWorldException : BudNHeadException{
}
}