Files
CC-Framework.BriskGameServer/PackageSource/com.foldcc.cc-framework.brisk-game-server/Runtime/Exceptions/BriskAccountBannedException.cs

7 lines
180 B
C#

public sealed class BriskAccountBannedException : BriskBlockingException
{
public BriskAccountBannedException(string message, int code = 0) : base(message, code)
{
}
}