Asciifarm/asciifarm/server/datacomponents/equippable.py

7 lines
113 B
Python

class Equippable:
def __init__(self, slot, stats):
self.slot = slot
self.stats = stats