JsonMgr.ts 130 B

123456789
  1. import { gamecfgMgr } from "./gamecfgMgr"
  2. class JsonMgr {
  3. gamecfgMgr = new gamecfgMgr()
  4. }
  5. export const GDM = new JsonMgr()