Grasscutter/proto/UnlockAvatarTalentRsp.proto

10 lines
172 B
Protocol Buffer
Raw Normal View History

2022-04-17 12:43:07 +00:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message UnlockAvatarTalentRsp {
int32 retcode = 1;
uint64 avatarGuid = 2;
uint32 talentId = 3;
}