MapComplete/test.ts
2022-07-22 01:33:11 +02:00

4 lines
No EOL
193 B
TypeScript

import LevelSelector from "./UI/Input/LevelSelector";
import {UIEventSource} from "./Logic/UIEventSource";
new LevelSelector(new UIEventSource(["0","1","2","2.5","x","3"])).AttachTo("maindiv")