com.alicizax.kyrylokuzyk.pr.../Runtime/Internal/PropType.cs
陈思海 de686b7cf8 init
2025-01-23 10:16:47 +08:00

15 lines
221 B
C#

namespace PrimeTween {
internal enum PropType {
None = 0,
Float,
Color,
Vector2,
Vector3,
Vector4,
Quaternion,
Rect,
Int,
Double
}
}