mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
21 lines
322 B
Protocol Buffer
21 lines
322 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message SetFriendRemarkNameRsp {
|
|
enum NDICEJFAIGO {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 4081;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
string remarkName = 12;
|
|
uint32 uid = 14;
|
|
bool isClearRemark = 6;
|
|
int32 retcode = 1;
|
|
}
|