1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23namespace Duets.Cli.Components.Commands.Cheats
open Duets.Cli.Components.Commands
open Duets.Cli.SceneIndex
module Index =
let all =
[ BandCommands.pactWithTheDevil
LifeCommands.happy
LifeCommands.notMoody
LifeCommands.roaming
LifeCommands.spotlight
LifeCommands.timeTravel
MoneyCommands.motherlode
MoneyCommands.rosebud
SkillCommands.pureSkill
WorldCommands.teleport ]
let enterCommand =
{ Name = "iwanttoskipreality"
Description = ""
Handler = fun _ -> Scene.Cheats }