Adding a Pusher container as a middleware/dispatcher between front and back
This commit is contained in:
parent
6c6d046891
commit
4c1e566a6c
86 changed files with 12172 additions and 983 deletions
8
pusher/src/Model/Movable.ts
Normal file
8
pusher/src/Model/Movable.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
import {PositionInterface} from "_Model/PositionInterface";
|
||||
|
||||
/**
|
||||
* A physical object that can be placed into a Zone
|
||||
*/
|
||||
export interface Movable {
|
||||
getPosition(): PositionInterface
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue