1
0
mirror of synced 2024-11-23 22:00:56 +01:00

Fix for Taiko Mono builds

This commit is contained in:
Fluto 2022-08-20 15:13:47 +10:00
parent e38444ffb7
commit 0a4f512761

View File

@ -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]