7 lines
78 B
Protocol Buffer
7 lines
78 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message BreakoutVector2 {
|
||
|
int32 x = 1;
|
||
|
int32 y = 2;
|
||
|
}
|