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:28:10 -04:00
parent dffccf1f0b
commit 43a8ba4225
6 changed files with 31 additions and 56 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;
}
}