preparation for merge with metadataScriptApi
This commit is contained in:
parent
46996f7049
commit
b18b2fe0e3
3 changed files with 10 additions and 12 deletions
|
@ -1,9 +1,7 @@
|
|||
|
||||
import * as tg from "generic-type-guard";
|
||||
export const updateTile = "updateTile"
|
||||
|
||||
|
||||
export const isUpdateTileEvent = tg.isArray(
|
||||
export const isChangeTileEvent = tg.isArray(
|
||||
new tg.IsInterface().withProperties({
|
||||
x: tg.isNumber,
|
||||
y: tg.isNumber,
|
||||
|
@ -14,4 +12,4 @@ export const isUpdateTileEvent = tg.isArray(
|
|||
/**
|
||||
* A message sent from the game to the iFrame when a user enters or leaves a zone marked with the "zone" property.
|
||||
*/
|
||||
export type UpdateTileEvent = tg.GuardedType<typeof isUpdateTileEvent>;
|
||||
export type ChangeTileEvent = tg.GuardedType<typeof isChangeTileEvent>;
|
Loading…
Add table
Add a link
Reference in a new issue