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