6 lines
155 B
Protocol Buffer
6 lines
155 B
Protocol Buffer
syntax = "proto3";
|
|
option csharp_namespace = "FurinaImpact.Protocol";
|
|
message ServantInfo {
|
|
uint32 master_entity_id = 1;
|
|
uint32 born_slot_index = 2;
|
|
}
|