Files
reallife-gamemode/ReallifeGamemode.Server.Types/CommandArgumentCountMismatchException.cs
2020-03-01 18:45:03 +01:00

15 lines
246 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace ReallifeGamemode.Server.Types
{
public class CommandArgumentCountMismatchException : Exception
{
}
public class SendHelpTextException : Exception
{
}
}