6 lines
105 B
Protocol Buffer
6 lines
105 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message ServantInfo {
|
|
uint32 master_entity_id = 1;
|
|
uint32 born_slot_index = 2;
|
|
}
|