mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
[csharp] Fixed compile error on C# version < 4.0
This commit is contained in:
parent
02d3eb27f2
commit
905e99da81
@ -38,7 +38,6 @@ using Windows.Storage;
|
||||
#endif
|
||||
|
||||
namespace Spine {
|
||||
using static Spine.TransformConstraintData;
|
||||
using FromProperty = TransformConstraintData.FromProperty;
|
||||
using FromRotate = TransformConstraintData.FromRotate;
|
||||
using FromScaleX = TransformConstraintData.FromScaleX;
|
||||
|
||||
@ -42,7 +42,6 @@ using Windows.Storage;
|
||||
#endif
|
||||
|
||||
namespace Spine {
|
||||
using static Spine.TransformConstraintData;
|
||||
#if IS_UNITY
|
||||
using Color = UnityEngine.Color;
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user