| 8 | * @interface ScaledEntity |
| 9 | */ |
| 10 | export class ScaledEntity { |
| 11 | /** |
| 12 | * @param {EntityResizeEvent} event |
| 13 | * @return {void} @memberof ScaledEntity |
| 14 | */ |
| 15 | onResize() { |
| 16 | throw 'not implemented'; |
| 17 | } |
| 18 | } |
nothing calls this directly
no outgoing calls
no test coverage detected