SYMBOL INDEX (37 symbols across 15 files) FILE: documentation/website/core/Footer.js class Footer (line 12) | class Footer extends React.Component { method constructor (line 14) | constructor() { method docUrl (line 21) | docUrl(doc, language) { method pageUrl (line 29) | pageUrl(doc, language) { method render (line 34) | render() { FILE: documentation/website/pages/en/help.js function Help (line 15) | function Help(props) { FILE: documentation/website/pages/en/index.js class HomeSplash (line 16) | class HomeSplash extends React.Component { method render (line 17) | render() { class Index (line 84) | class Index extends React.Component { method render (line 85) | render() { FILE: documentation/website/pages/en/users.js class Users (line 14) | class Users extends React.Component { method render (line 15) | render() { FILE: moleculer.config.ts method created (line 145) | created(broker) {} method started (line 149) | started(broker) {} method stopped (line 153) | stopped(broker) {} FILE: services/attack.service.ts class AttackService (line 18) | @Service({ method started (line 22) | public async started() { method Fire (line 32) | public async Fire(ctx: Context): Promise): Promise): Promise): Promise<... method stopped (line 91) | public async stopped() { FILE: src/Entities/Planet.ts class Planet (line 6) | class Planet { method constructor (line 16) | constructor(name: string, shield: number) { FILE: src/Entities/Weapon.ts class Weapon (line 6) | class Weapon { method constructor (line 19) | constructor(name: string, damage: number, ammo: number) { FILE: src/Interfaces/Meta/DamageMetaOutDto.d.ts type DamageMetaOutDto (line 1) | interface DamageMetaOutDto { FILE: src/Interfaces/Repositories/Planet/DecreaseShieldOutDto.d.ts type DecreaseShieldOutDto (line 1) | interface DecreaseShieldOutDto { FILE: src/Interfaces/Repositories/Weapon/DecreaseAmmoOutDto.d.ts type DecreaseAmmoOutDto (line 1) | interface DecreaseAmmoOutDto { FILE: src/Interfaces/Services/Attack/IAttack.d.ts type FireInDto (line 2) | interface FireInDto { type FireOutDto (line 7) | interface FireOutDto { FILE: src/Interfaces/Services/Planet/IPlanet.d.ts type DefendInDto (line 2) | interface DefendInDto { type DefendOutDto (line 7) | interface DefendOutDto { FILE: swagger/index.js constant PORT (line 20) | const PORT = 3001;