isaac-lua-definitions/isaac-typescript-definitions/typings/ItemConfigCostume.d.ts

13 lines
272 B
TypeScript

// This class is unused because "ItemConfig.GetCostumes()" is broken
declare interface ItemConfigCostume {
Anm2Path: string;
HasOverlay: boolean;
HasSkinAlt: boolean;
ID: int;
IsFlying: boolean;
OverwriteColor: boolean;
Priority: int;
SkinColor: Color;
}