smartuniverse/ts/smartuniverse.classes.manager.ts

8 lines
155 B
TypeScript
Raw Normal View History

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