1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-10 02:34:51 +00:00

feat: add ticket storage in config and gui

This commit is contained in:
2023-11-20 16:20:02 +08:00
parent d47e463365
commit 9d3e581321
9 changed files with 128 additions and 5 deletions
+3
View File
@@ -52,3 +52,6 @@ class GeneratedConfig:
ItemStorage_AP = {}
ItemStorage_Credit = {}
ItemStorage_Pyroxene = {}
ItemStorage_BountyTicket = {}
ItemStorage_ScrimmageTicket = {}
ItemStorage_TacticalChallengeTicket = {}