UNPKG

@towercg2/server

Version:

The server runtime for the TowerCG2 video graphics system.

4 lines (3 loc) 163 B
import { Reducer, AnyAction } from "redux"; import { TickPluginState } from "@towercg2/client"; export declare const reducer: Reducer<TickPluginState, AnyAction>;