7 lines
92 B
Protocol Buffer
7 lines
92 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
// Obf: FOOALIEJOLM
|
|
message VectorPlane {
|
|
float x = 1;
|
|
float y = 2;
|
|
}
|