7 lines
144 B
Protocol Buffer
7 lines
144 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
option csharp_namespace = "FurinaImpact.Protocol";
|
||
|
message BreakoutBrickInfo {
|
||
|
uint32 element_type = 2;
|
||
|
uint32 hp = 1;
|
||
|
}
|