implemented the admin websocket
now send data
This commit is contained in:
@@ -12,6 +12,7 @@ export class User implements Movable {
|
||||
|
||||
public constructor(
|
||||
public id: number,
|
||||
public uuid: string,
|
||||
private position: PointInterface,
|
||||
public silent: boolean,
|
||||
private positionNotifier: PositionNotifier,
|
||||
|
||||
Reference in New Issue
Block a user