GC-Proto/unimplemented/GFHBBBNOFAB.proto

20 lines
428 B
Protocol Buffer
Raw Normal View History

2024-08-27 22:55:06 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
import "Vector.proto";
message GFHBBBNOFAB {
2024-08-28 08:04:33 +03:00
uint32 city_id = 1;
uint32 reward_id = 2;
2024-08-27 22:55:06 +03:00
uint32 state = 3;
Vector pos = 4;
2024-08-28 06:45:47 +03:00
uint32 resin = 5;
uint32 refresh_id = 6;
2024-08-27 22:55:06 +03:00
bool FANIHELOJAM = 9;
uint32 scene_id = 10;
uint32 HOGPDLGHGLM = 11;
uint32 AGIENJJKPBE = 14;
uint32 CNIMHCGGFHE = 15;
}