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