5 lines
76 B
Protocol Buffer
5 lines
76 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message SceneEntityDrownReq {
|
||
|
uint32 entity_id = 14;
|
||
|
}
|