workadventure/front/src/Phaser/Game/OutlineableInterface.ts
Hanusiak Piotr 099d573296 cleanup
2022-01-27 16:50:25 +01:00

12 lines
338 B
TypeScript

export interface OutlineableInterface {
setFollowOutlineColor(color: number): void
removeFollowOutlineColor(): void
setApiOutlineColor(color: number): void
removeApiOutlineColor(): void
pointerOverOutline(): void
pointerOutOutline(): void
characterCloseByOutline(): void
characterFarAwayOutline(): void
}