smartuniverse/ts/smartuniverse.classes.manager.ts

11 lines
167 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-17 15:52:27 +00:00
public async registerMember () {
2018-03-13 05:15:40 +00:00
}
}