Skip to content

Commit

Permalink
added an import
Browse files Browse the repository at this point in the history
  • Loading branch information
mana vortex committed May 23, 2024
1 parent 99bfc5b commit e9ddfcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Scripts/Internal/FileValidation/00_shared.wscript
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import {
isDynamicAppearance,
entSettings,
meshSettings,
dynamicMaterials
dynamicMaterials,
PLACEHOLDER_NAME_REGEX,
} from '../../Wolvenkit_FileValidation.wscript';
import { getArchiveXlResolvedPaths, shouldHaveSubstitution } from './archiveXL.wscript';
import * as Logger from 'Logger.wscript';
Expand Down

0 comments on commit e9ddfcf

Please sign in to comment.