Handle Item Base

This commit is contained in:
2026-04-13 19:47:04 -04:00
parent 3a90698193
commit 3393214f68
2 changed files with 33 additions and 1 deletions

8
systems/items.py Normal file
View File

@@ -0,0 +1,8 @@
import data.cat
def handle_item(cat: data.cat.Cat, item):
match item:
case _:
pass
# TODO: MAKE THIS!