7 lines
109 B
Protocol Buffer
7 lines
109 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
message AvatarFlycloakChangeNotify {
|
||
|
uint32 flycloak_id = 2;
|
||
|
uint64 avatar_guid = 8;
|
||
|
}
|