File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- import { RPG } from '.. /RPG' ;
1+ import { RPG } from './RPG' ;
22
33export declare const $dataActors : RPG . DataActor [ ] ;
44export declare const $dataClasses : RPG . DataClass [ ] ;
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ export * from './RPG';
22
33export * from './rmmz_core' ;
44export * from './rmmz_managers' ;
5+ export * from './globals' ;
56export * from './rmmz_objects' ;
67export * from './rmmz_sprites' ;
78export * from './rmmz_windows' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ export * from './BattleManager';
33export * from './ColorManager' ;
44export * from './ConfigManager' ;
55export * from './DataManager' ;
6- export * from './globals' ;
76export * from './EffectManager' ;
87export * from './FontManager' ;
98export * from './ImageManager' ;
You can’t perform that action at this time.
0 commit comments