Unity-WebSocket/Assets/FishNet/Runtime/Serializing/Helping/QuaternionConverter.cs

11 lines
153 B
C#
Raw Permalink Normal View History

2025-06-28 07:58:54 +00:00
namespace FishNet.Serializing.Helping
{
public enum ComponentType : uint
{
X = 0,
Y = 1,
Z = 2,
W = 3
}
}