@kitten-science/kitten-scientists
Version:
Add-on for the wonderful incremental browser game: https://kittensgame.com/web/
15 lines • 754 B
TypeScript
import type { SupportedLocale } from "../Engine.js";
import type { SettingOptions } from "../settings/Settings.js";
import type { VillageSettings } from "../settings/VillageSettings.js";
import { SettingsPanel } from "./components/SettingsPanel.js";
import type { UiComponent } from "./components/UiComponent.js";
export declare class VillageSettingsUi extends SettingsPanel<VillageSettings> {
private readonly _hunt;
private readonly _festivals;
private readonly _promoteKittens;
private readonly _promoteLeader;
private readonly _electLeader;
constructor(parent: UiComponent, settings: VillageSettings, locale: SettingOptions<SupportedLocale>);
private _getDistributeOption;
}
//# sourceMappingURL=VillageSettingsUi.d.ts.map