feat 网关鉴权

This commit is contained in:
2025-12-22 18:04:36 +08:00
parent 69cc960fe5
commit 670140e7d3
68 changed files with 1424 additions and 492 deletions

View File

@@ -27,7 +27,7 @@ message C2S_Action {
// MESSAGE_ID_POSITION
message PositionInfo {
int32 UID = 1;
int64 USN = 1;
sint32 X = 2;
sint32 Y = 3;
}