NahidaImpact/NahidaImpact.Protocol/Vector3Int.proto

9 lines
105 B
Protocol Buffer
Raw Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
// Obf: KKPDGAEKGHF
message Vector3Int {
int32 x = 1;
int32 y = 2;
int32 z = 3;
}