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