Game Utils v1.1
This commit is contained in:
5
inventory.py
Normal file
5
inventory.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .serializable import Serializable
|
||||
|
||||
class Inventory(Serializable):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
Reference in New Issue
Block a user