syntax = "proto3"; option csharp_namespace = "FurinaImpact.Protocol"; message Vector { float y = 2; float z = 3; float x = 1; }