| 17 | } |
| 18 | |
| 19 | interface IColorable extends gdjs.RuntimeObject { |
| 20 | setColor(color: string): void; |
| 21 | getColor(): string; |
| 22 | } |
| 23 | |
| 24 | interface ICharacterScalable extends gdjs.RuntimeObject { |
| 25 | setCharacterSize(characterSize: number): void; |
no outgoing calls
no test coverage detected