fixed bugs

This commit is contained in:
IDONTSUDO 2024-09-23 13:19:23 +03:00
parent 193e884e40
commit c0a23c31f7
6 changed files with 20 additions and 33 deletions

View file

@ -21,7 +21,6 @@ export abstract class Instance {
toWebGl = (_coreThreeRepository: CoreThreeRepository) => {};
update = (_coreThreeRepository: CoreThreeRepository) => {};
}
export class SceneAsset {
name: string;
@IsArray()