9 lines
97 B
Protocol Buffer
9 lines
97 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
|
|
message ProfilePicture {
|
|
uint32 avatar_id = 1;
|
|
uint32 costume_id = 2;
|
|
}
|