feat usn 类型改成int64

This commit is contained in:
2026-01-30 14:48:38 +08:00
parent 7eae358996
commit 30864dbc40
29 changed files with 3032 additions and 854 deletions

View File

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