Fix for Taiko Mono builds
This commit is contained in:
parent
e38444ffb7
commit
0a4f512761
@ -1,7 +1,10 @@
|
|||||||
using System.Diagnostics.CodeAnalysis;
|
using System.Diagnostics.CodeAnalysis;
|
||||||
using HarmonyLib;
|
using HarmonyLib;
|
||||||
|
#if TAIKO_IL2CPP
|
||||||
using Il2CppMicrosoft.Xbox;
|
using Il2CppMicrosoft.Xbox;
|
||||||
|
#elif TAIKO_MONO
|
||||||
|
using Microsoft.Xbox;
|
||||||
|
#endif
|
||||||
namespace TakoTako.Patches;
|
namespace TakoTako.Patches;
|
||||||
|
|
||||||
[HarmonyPatch]
|
[HarmonyPatch]
|
||||||
|
Loading…
Reference in New Issue
Block a user