smartuniverse/ts/smartuniverse.classes.manager.ts

8 lines
155 B
TypeScript
Raw Normal View History

2018-03-13 05:15:40 +00:00
import * as plugins from './smartuniverse.plugins';
import { Objectmap } from 'lik';
export class UniverseManager {
2018-03-20 07:16:54 +00:00
public async registerMember() {}
2018-03-13 05:15:40 +00:00
}