1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-08-04 19:37:05 +03:00
Files
GC-Proto/unimplemented/QuestUpdateQuestTimeVarNotify.proto
2024-08-21 22:00:57 +08:00

9 lines
194 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
message QuestUpdateQuestTimeVarNotify {
uint32 parent_quest_id = 12;
map<uint32, uint32> time_var_map = 14;
}