import { SimMain } from "../SimMain"; export interface ISimAction { execute(simMain: SimMain): void; }