mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
20 lines
428 B
Protocol Buffer
20 lines
428 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
|
|
import "Vector.proto";
|
|
|
|
message GFHBBBNOFAB {
|
|
uint32 city_id = 1;
|
|
uint32 reward_id = 2;
|
|
uint32 state = 3;
|
|
Vector pos = 4;
|
|
uint32 resin = 5;
|
|
uint32 refresh_id = 6;
|
|
bool FANIHELOJAM = 9;
|
|
uint32 scene_id = 10;
|
|
uint32 HOGPDLGHGLM = 11;
|
|
uint32 AGIENJJKPBE = 14;
|
|
uint32 CNIMHCGGFHE = 15;
|
|
}
|