8 lines
105 B
Protocol Buffer
8 lines
105 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
// Obf: KKPDGAEKGHF
|
|
message Vector3Int {
|
|
int32 x = 1;
|
|
int32 y = 2;
|
|
int32 z = 3;
|
|
}
|