mirror of
https://github.com/Dadechin/Unity-WebSocket.git
synced 2025-07-21 12:44:33 +00:00
11 lines
153 B
C#
11 lines
153 B
C#
|
namespace FishNet.Serializing.Helping
|
|||
|
{
|
|||
|
public enum ComponentType : uint
|
|||
|
{
|
|||
|
X = 0,
|
|||
|
Y = 1,
|
|||
|
Z = 2,
|
|||
|
W = 3
|
|||
|
}
|
|||
|
|
|||
|
}
|