mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-06 17:16:08 +03:00
14 lines
254 B
Protocol Buffer
14 lines
254 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 6106
|
|
// Version: 4.6.0
|
|
// Obfs: ILIJECBDCIM
|
|
message ToTheMoonEnterSceneReq {
|
|
uint32 version = 1;
|
|
uint32 ECNGACHMEKA = 4;
|
|
uint32 JHINLHMPHGA = 6;
|
|
uint32 scene_id = 7;
|
|
}
|