Rework battlepass timer to use uwow API

This commit is contained in:
2024-04-08 23:52:21 +02:00
parent 02bde8ebb5
commit 0ca35636f2
15 changed files with 80 additions and 170 deletions

View File

@@ -0,0 +1,6 @@
-- CHAT_MSG_ADDON
function(e, opcode, msg)
if opcode ~= "UISMSG_TO_CLIENT" then return end
BattlepassInfo.ParseApi(msg)
return true
end