WMICraft/logic/field.py
2022-03-11 19:42:17 +01:00

5 lines
162 B
Python

class Field:
def __init__(self, texture_path, converted_texture):
self.texture_path = texture_path
self.converted_texture = converted_texture