genshin_panel
Version:
genshin panel calculator
5 lines (4 loc) • 327 B
TypeScript
import { PrimaryTagName, SecondaryTagName } from "./type";
import Attribute from "../attribute/attribute";
export declare function applySecondaryTag(attribute: Attribute, name: SecondaryTagName, value: number): void;
export declare function applyPrimaryTag(attribute: Attribute, name: PrimaryTagName, value: number): void;