Remove conditional compilation.
This commit is contained in:
parent
b04afbf039
commit
f6d4cae767
@ -1,5 +1,3 @@
|
|||||||
#if UNITY_EDITOR
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using UnityEditor;
|
using UnityEditor;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
@ -189,6 +187,4 @@ namespace FrameJosh.SplineImporter
|
|||||||
|
|
||||||
public Spline[] splines = new Spline[0];
|
public Spline[] splines = new Spline[0];
|
||||||
}
|
}
|
||||||
|
}
|
||||||
#endif
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user