cleanup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { OutlineableInterface } from '../Phaser/Game/OutlineableInterface';
|
||||
|
||||
export function isOutlineable(object: unknown): object is OutlineableInterface {
|
||||
return (object as unknown as OutlineableInterface)?.getObjectToOutline() !== undefined;
|
||||
}
|
||||
return (object as OutlineableInterface)?.pointerOverOutline !== undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user