Sound samples miss

This commit is contained in:
SpreedBLood 2021-03-09 13:32:37 +01:00
parent fe3c695156
commit 727c91caf4

View File

@ -13,7 +13,7 @@ export interface IAssetData {
logicType?: string;
maskType?: string;
credits?: string;
soundSample: number;
soundSample?: number;
action?: { link?: string, startState?: number };
spritesheet?: ISpritesheetData;
dimensions?: IAssetDimension;