AI-Project/survival/components/resource_component.py

4 lines
107 B
Python
Raw Normal View History

2021-05-24 13:10:10 +02:00
class ResourceComponent:
def __init__(self, resource_type):
self.resource_type = resource_type