1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-03-14 14:14:36 +03:00
GC-Proto/proto/EnterSceneWeatherAreaNotify.proto

19 lines
287 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message EnterSceneWeatherAreaNotify {
enum BOOCKPHFONC {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 236;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
EAJIABGAOCI = 1;
}
uint32 weatherGadgetId = 11;
}