@kitten-science/kitten-scientists
Version:
Add-on for the wonderful incremental browser game: https://kittensgame.com/web/
12 lines • 650 B
TypeScript
import type { SupportedLocale } from "../Engine.js";
import type { ScienceSettings } from "../settings/ScienceSettings.js";
import type { SettingOptions } from "../settings/Settings.js";
import { SettingsPanel } from "./components/SettingsPanel.js";
import type { UiComponent } from "./components/UiComponent.js";
export declare class ScienceSettingsUi extends SettingsPanel<ScienceSettings> {
private readonly _policiesUi;
private readonly _techsUi;
private readonly _observeStars;
constructor(parent: UiComponent, settings: ScienceSettings, locale: SettingOptions<SupportedLocale>);
}
//# sourceMappingURL=ScienceSettingsUi.d.ts.map