6 lines
114 B
Protocol Buffer
6 lines
114 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message BreakoutElementReactionCounter {
|
|
uint32 element_reaction = 1;
|
|
uint32 count = 2;
|
|
}
|