diff options
author | Frans Bongers <fransbongers@franss-mbp.home> | 2024-12-01 20:07:32 +0100 |
---|---|---|
committer | Frans Bongers <fransbongers@franss-mbp.home> | 2024-12-01 20:07:32 +0100 |
commit | e32cc3efe1c1ef5378cef422555e8c8289449938 (patch) | |
tree | 8635f5131bd3b261b1b690df9d9f72626cfdf440 /play.ts | |
parent | 74e1497d50a6ff81c74c593f2d0f7018d2995fd8 (diff) | |
download | land-and-freedom-e32cc3efe1c1ef5378cef422555e8c8289449938.tar.gz |
add card effects
Diffstat (limited to 'play.ts')
-rw-r--r-- | play.ts | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,10 +1,6 @@ 'use strict'; -import { - - StaticData, -} from './data'; -import { View } from './types'; +import { StaticData, View } from './types'; declare function action_button(action: string, text: string): void; // declare function register_action(element: HTMLElement, type: string, s: number): void; |