You've already forked CC-Framework.BriskGameServer
Add package sync workflow
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public class BriskBlockingException : BriskException
|
||||
{
|
||||
public BriskBlockingException(string message, int code = 0) : base(message)
|
||||
{
|
||||
Code = code;
|
||||
}
|
||||
|
||||
public int Code { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user