mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-29 14:03:22 +08:00
10 lines
172 B
Protocol Buffer
10 lines
172 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message UnlockAvatarTalentRsp {
|
|
int32 retcode = 1;
|
|
uint64 avatarGuid = 2;
|
|
uint32 talentId = 3;
|
|
}
|