Skip to content
On this page

ICloth

Interface Definition

ts
interface ICloth {
    readonly drawable: number;
    readonly texture: number;
    readonly palette: number;
};

Documentation

Documentation Created with ❤️ by Stuyk