8 lines
198 B
Protocol Buffer
8 lines
198 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option csharp_namespace = "FurinaImpact.Protocol";
|
|
message AvatarSkillInfo {
|
|
repeated uint32 full_cd_time_list = 2;
|
|
uint32 max_charge_count = 3;
|
|
uint32 pass_cd_time = 1;
|
|
}
|