GC-Proto/proto/PlantFlowerActivityDetailIn...

15 lines
316 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 17:00:48 +03:00
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
message PlantFlowerActivityDetailInfo {
2023-01-28 17:00:48 +03:00
map<uint32, uint32> Unk3300_ELAIBMDIBFJ = 14;
uint32 dayIndex = 8;
bool isTodayHasAwarded = 2;
bool leftMonsters = 1;
map<uint32, uint32> Unk3300_EPMKDFOBLFK = 11;
uint32 todaySeedRewardId = 4;
2022-11-06 15:30:21 +03:00
}