7 lines
128 B
Protocol Buffer
7 lines
128 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
option csharp_namespace = "FurinaImpact.Protocol";
|
||
|
message BreakoutVector2 {
|
||
|
int32 x = 1;
|
||
|
int32 y = 2;
|
||
|
}
|