smartuniverse/ts/smartuniverse.classes.universeconnectionmanager.ts

8 lines
141 B
TypeScript
Raw Normal View History

2019-04-30 17:16:03 +00:00
import * as plugins from './smartuniverse.plugins';
/**
* manages connections to a universe
*/
export class UniverseConnectionManager {
}