You've already forked CC-Framework.BriskGameServer
Initial Brisk Unity SDK project
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public sealed class BriskClientUpdateRequiredException : BriskBlockingException
|
||||
{
|
||||
public BriskClientUpdateRequiredException(string message, int code = 0) : base(message, code)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user