mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
15 lines
288 B
Protocol Buffer
15 lines
288 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: JACLPLPBKCK
|
|
message InBattleFleurFairInfo {
|
|
uint32 PLINGHKFANK = 11;
|
|
uint32 OEHEMHPFFBO = 8;
|
|
uint32 JAPOOOOHCEN = 3;
|
|
repeated uint32 KJDOAOPPGPL = 2;
|
|
repeated uint32 HNMODIBEKGK = 6;
|
|
}
|
|
|