GC-Proto/proto/EnterSceneReadyRsp.proto
2024-08-28 11:45:34 +08:00

10 lines
195 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdID: 7914
message EnterSceneReadyRsp {
int32 retcode = 9;
uint32 enter_scene_token = 11;
}