mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-13 23:14:59 +01:00
sussy 2.9 changes, and finally shard unlock implementation
This commit is contained in:
@@ -58,4 +58,14 @@ namespace AscNet.Common
|
||||
}
|
||||
}
|
||||
}
|
||||
public class ServerCodeException : Exception
|
||||
{
|
||||
public int Code { get; set; }
|
||||
|
||||
public ServerCodeException(string message, int code)
|
||||
: base(message)
|
||||
{
|
||||
Code = code;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user