1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-08-08 02:32:59 +03:00
Files
GC-Proto/proto/AiSkillCdInfo.proto
2024-04-22 20:15:37 +08:00

8 lines
184 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message AiSkillCdInfo {
map<uint32, uint32> skill_cd_map = 6;
map<uint32, uint32> skill_group_cd_map = 13;
}