Revert "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 reverts commit 43a8ba4225.
This commit is contained in:
kohlerpop1
2024-04-19 13:33:49 -04:00
parent 43a8ba4225
commit fb9fc04ee5
6 changed files with 56 additions and 31 deletions

View File

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