Handle Item Base
This commit is contained in:
8
systems/items.py
Normal file
8
systems/items.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import data.cat
|
||||
|
||||
|
||||
def handle_item(cat: data.cat.Cat, item):
|
||||
match item:
|
||||
case _:
|
||||
pass
|
||||
# TODO: MAKE THIS!
|
||||
Reference in New Issue
Block a user