mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-27 02:24:36 +00:00
4 lines
52 B
TypeScript
4 lines
52 B
TypeScript
export interface UIState {
|
|
attackRatio: number;
|
|
}
|