class DataManager{ static instance: DataManager = null; } export const dataMgr: DataManager = DataManager.instance = new DataManager();