GC-Proto/proto/ToTheMoonEnterSceneReq.proto
2024-08-28 17:09:22 +08:00

12 lines
248 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 6116
message ToTheMoonEnterSceneReq {
uint32 DKEOBFMAFPK = 5;
uint32 CDDPHGDDCCN = 2;
uint32 scene_id = 3;
uint32 version = 4;
}