// Content/Levels/TestLevel.ts import { BP_MainCharacter } from '/Content/Blueprints/BP_MainCharacter.ts'; import { BP_Rock } from '/Content/Blueprints/BP_Rock.ts'; new BP_MainCharacter(); new BP_Rock();