mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -20,9 +20,9 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message CustomDungeonVerify {
|
||||
uint64 dungeon_guid = 3;
|
||||
uint32 uid = 15;
|
||||
uint32 timestamp = 4;
|
||||
string region = 11;
|
||||
uint32 lang = 13;
|
||||
uint32 uid = 3;
|
||||
string region = 13;
|
||||
uint32 timestamp = 5;
|
||||
uint64 dungeon_guid = 1;
|
||||
uint32 lang = 6;
|
||||
}
|
||||
|
Reference in New Issue
Block a user