smartuniverse/ts/smartuniverse.classes.manager.ts

11 lines
150 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 {
registerMember () {
}
}