More updated to TikTokLinkMicBattleEvent, updated Gift since its no longer enum we do not need to use Unsafe, and added default mappings for WebcastLinkMicBattle and WebcastLinkMicArmies

This commit is contained in:
kohlerpop1
2024-04-19 13:41:07 -04:00
parent fb9fc04ee5
commit 301df6392d
6 changed files with 29 additions and 54 deletions

View File

@@ -91,7 +91,6 @@ public class TikTokLive {
return new TikTokLiveHttpClient();
}
//I don't like it, but it is reasonable for now
private static GiftsManager giftsManager;
@@ -108,6 +107,4 @@ public class TikTokLive {
}
return giftsManager;
}
}