detecting zoe enter and leave events

This commit is contained in:
Hanusiak Piotr 2021-12-01 14:48:14 +01:00
parent 936a6bfeec
commit eb95e2e483
7 changed files with 526 additions and 347 deletions

View file

@ -1,7 +1,7 @@
import type { RoomConnection } from "../../Connexion/RoomConnection";
import { iframeListener } from "../../Api/IframeListener";
import type { GameMap } from "./GameMap";
import type { ITiledMapLayer, ITiledMapObject, ITiledMapObjectLayer } from "../Map/ITiledMap";
import type { ITiledMapLayer, ITiledMapObject } from "../Map/ITiledMap";
import { GameMapProperties } from "./GameMapProperties";
interface Variable {