(entry: SuperRPGMenuEntry)
| 21 | |
| 22 | // Public methods |
| 23 | public addEntry(entry: SuperRPGMenuEntry): void{ |
| 24 | this.entries.push(entry); |
| 25 | } |
| 26 | |
| 27 | public draw(renderArea: RenderArea): void{ |
| 28 | // Draw the separating line |
no outgoing calls
no test coverage detected