mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 17:29:26 +03:00
13 lines
191 B
Protocol Buffer
13 lines
191 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: JCEIBJKIGIB
|
|
// CmdId: 8182
|
|
message LunaRiteSacrificeReq {
|
|
uint32 area_id = 12;
|
|
uint32 index = 10;
|
|
}
|
|
|