smartuniverse/ts/smartuniverse.classes.manager.ts
2018-03-20 08:16:54 +01:00

8 lines
155 B
TypeScript

import * as plugins from './smartuniverse.plugins';
import { Objectmap } from 'lik';
export class UniverseManager {
public async registerMember() {}
}