ported simulation
This commit is contained in:
5
src/app/components/game/sim/actions/ISimAction.ts
Normal file
5
src/app/components/game/sim/actions/ISimAction.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { SimMain } from "../SimMain";
|
||||
|
||||
export interface ISimAction {
|
||||
execute(simMain: SimMain): void;
|
||||
}
|
||||
Reference in New Issue
Block a user