Name = 'Map'; $this->Version = '1.0'; $this->Creator = 'Chronos'; $this->License = 'GNU/GPL'; $this->Description = 'Map'; $this->Dependencies = array(); } function DoStart(): void { } function DoInstall(): void { } function DoUninstall(): void { } function DoUpgrade(): string { return ''; } }