NahidaImpact/NahidaImpact.Protocol/ActivityDungeonAvatar.proto

9 lines
141 B
Protocol Buffer
Raw Permalink Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
// Obf: OILMJMJGMKP
message ActivityDungeonAvatar {
uint32 avatar_id = 1;
bool is_trial = 2;
uint32 costume_id = 3;
}