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

8 lines
177 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Obf: CFINPAOKBJN
message AvatarEquipAffixInfo {
uint32 equip_affix_id = 1;
uint32 left_cd_time = 2;
}