added isActivatable() method to implement through interface
This commit is contained in:
parent
2322f5f76d
commit
989897cb01
8 changed files with 32 additions and 247 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
export interface ActivatableInterface {
|
||||
readonly activationRadius: number;
|
||||
isActivatable: () => boolean;
|
||||
activate: () => void;
|
||||
getPosition: () => { x: number, y: number };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue