mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-07 01:29:54 +00:00
client: basic message parsing, gateway listening
This commit is contained in:
@@ -35,7 +35,7 @@ public class GatewayPayload {
|
||||
}
|
||||
}
|
||||
|
||||
public enum GatewayOpcode {
|
||||
public enum GatewayOpcode : byte {
|
||||
S2CDispatch,
|
||||
Heartbeat,
|
||||
C2SIdentify,
|
||||
|
||||
Reference in New Issue
Block a user