6 lines
94 B
Protocol Buffer
6 lines
94 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message BreakoutBrickInfo {
|
|
uint32 element_type = 2;
|
|
uint32 hp = 1;
|
|
}
|