dynamic casting, extra sounds, fixes

This commit is contained in:
KeyboardCombination
2023-04-30 15:58:10 -04:00
parent fd3679fb6b
commit b7f2b8f5a7
9 changed files with 66 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ namespace Enum
enum Value {
NoSound = 0, Victory = 1, Boing = 2, Bomb = 3,
Ping = 4, Break = 5, Splat = 6, Swoosh = 7,
Snap = 8, Page = 9
Snap = 8, Page = 9, Click = 10, Clock = 11, Step = 12, StepOn = 13,
};
}
}