smartsocket/ts/smartsocket.classes.socketrole.ts

10 lines
151 B
TypeScript
Raw Normal View History

2016-08-07 12:58:20 +00:00
import * as plugins from "./smartsocket.plugins";
/**
* A socketrole defines access to certain routines.
*/
class Role {
constructor(){
}
}