class ModelTexture:
    def __init__(self, texture: int) -> None:
        self.id = texture
        self.numberOfRows = 1