syntax = "proto3";
message AvatarSkillInfo {
uint32 passCdTime = 1;
repeated uint32 fullCdTimeList = 2;
uint32 maxChargeCount = 3;
}