Cleanup of useless files
This commit is contained in:
parent
10ee00e08a
commit
5d188e51b2
36 changed files with 29 additions and 684 deletions
6
pusher/src/Model/Websocket/Point.ts
Normal file
6
pusher/src/Model/Websocket/Point.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import {PointInterface} from "./PointInterface";
|
||||
|
||||
export class Point implements PointInterface{
|
||||
constructor(public x : number, public y : number, public direction : string = "none", public moving : boolean = false) {
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue