We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8180a0 commit adf3ccaCopy full SHA for adf3cca
1 file changed
S1API/Products/ProductInstance.cs
@@ -1,10 +1,12 @@
1
#if (IL2CPPMELON || IL2CPPBEPINEX)
2
using S1Product = Il2CppScheduleOne.Product;
3
+using Il2CppScheduleOne.ItemFramework;
4
+
5
#elif (MONOMELON || MONOBEPINEX || IL2CPPBEPINEX)
6
using S1Product = ScheduleOne.Product;
7
+using ScheduleOne.ItemFramework;
8
#endif
9
-using Il2CppScheduleOne.ItemFramework;
10
using S1API.Internal.Utils;
11
using ItemInstance = S1API.Items.ItemInstance;
12
0 commit comments