File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/Structures/MiniGames/BedWars Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11import BedWarsBoxes from './BedWarsBoxes.js' ;
2+ import BedWarsEightOne from './BedWarsEightOne.ts' ;
3+ import BedWarsEightTwo from './BedWarsEightTwo.ts' ;
24import BedWarsFavorites from './BedWarsFavorites.js' ;
35import BedWarsFigurines from './BedWarsFigurines.js' ;
6+ import BedWarsFourFour from './BedWarsFourFour.ts' ;
7+ import BedWarsFourThree from './BedWarsFourThree.ts' ;
48import BedWarsMode from './BedWarsMode.js' ;
59import BedWarsPrivateGameSettings from './BedWarsPrivateGameSettings.js' ;
610import BedWarsSettings from './BedWarsSettings.js' ;
11+ import BedWarsTwoFour from './BedWarsTwoFour.ts' ;
712import { BedWarsPrestiges } from '../../../Utils/Constants.js' ;
813import type {
914 BedWarsBedDestroy ,
@@ -24,11 +29,6 @@ import type {
2429 PlayerGeneralSelectedCosmetic ,
2530 ShopSort
2631} from '../../../Types/Player.js' ;
27- import BedWarsEightOne from './BedWarsEightOne.ts' ;
28- import BedWarsEightTwo from './BedWarsEightTwo.ts' ;
29- import BedWarsFourThree from './BedWarsFourThree.ts' ;
30- import BedWarsFourFour from './BedWarsFourFour.ts' ;
31- import BedWarsTwoFour from './BedWarsTwoFour.ts' ;
3232
3333class BedWars extends BedWarsMode {
3434 experience : number ;
You can’t perform that action at this time.
0 commit comments