Game Utils v1.1

This commit is contained in:
KuMiShi
2026-01-23 10:19:22 +01:00
parent 335185ded4
commit a57ee82e83
6 changed files with 44 additions and 0 deletions

5
inventory.py Normal file
View File

@@ -0,0 +1,5 @@
from .serializable import Serializable
class Inventory(Serializable):
def __init__(self):
super().__init__()