1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-02-03 03:29:26 +03:00
GC-Proto/proto/AvatarSkillInfo.proto
2024-05-22 19:51:09 +08:00

9 lines
214 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Obf: FKBNODHMBMG
message AvatarSkillInfo {
uint32 pass_cd_time = 1;
repeated uint32 full_cd_time_list = 2;
uint32 max_charge_count = 3;
}