Remove conditional compilation.

This commit is contained in:
Alexander Filippov 2024-01-26 00:37:09 +03:00
parent b04afbf039
commit f6d4cae767

View File

@ -1,5 +1,3 @@
#if UNITY_EDITOR
using System;
using UnityEditor;
using UnityEngine;
@ -189,6 +187,4 @@ namespace FrameJosh.SplineImporter
public Spline[] splines = new Spline[0];
}
#endif
}