GC-Proto/proto/SetPlayerHeadImageRsp.proto

10 lines
205 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
import "ProfilePicture.proto";
2024-06-23 18:33:14 +03:00
// 4.7.0
2022-11-06 15:30:21 +03:00
message SetPlayerHeadImageRsp {
2024-06-23 18:33:14 +03:00
int32 retcode = 9;
ProfilePicture profile_picture = 10;
2022-11-06 15:30:21 +03:00
}