AI-Project/survival/components/resource_component.py
2021-05-24 13:10:10 +02:00

4 lines
107 B
Python

class ResourceComponent:
def __init__(self, resource_type):
self.resource_type = resource_type