mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +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
|
#endif
|
||||||
|
|
||||||
namespace Spine {
|
namespace Spine {
|
||||||
using static Spine.TransformConstraintData;
|
|
||||||
using FromProperty = TransformConstraintData.FromProperty;
|
using FromProperty = TransformConstraintData.FromProperty;
|
||||||
using FromRotate = TransformConstraintData.FromRotate;
|
using FromRotate = TransformConstraintData.FromRotate;
|
||||||
using FromScaleX = TransformConstraintData.FromScaleX;
|
using FromScaleX = TransformConstraintData.FromScaleX;
|
||||||
|
|||||||
@ -42,7 +42,6 @@ using Windows.Storage;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace Spine {
|
namespace Spine {
|
||||||
using static Spine.TransformConstraintData;
|
|
||||||
#if IS_UNITY
|
#if IS_UNITY
|
||||||
using Color = UnityEngine.Color;
|
using Color = UnityEngine.Color;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user