Files
OpenFrontIO/src/client/graphics/UIState.ts
T
2025-02-01 12:05:11 -08:00

4 lines
52 B
TypeScript

export interface UIState {
attackRatio: number;
}