Randomise volleyGun bursts

This commit is contained in:
2025-06-26 12:04:05 +01:00
parent 2f0e039d39
commit d0f20da9f1
3 changed files with 19 additions and 7 deletions
+1
View File
@@ -12,6 +12,7 @@ data TriggerType
| NoTrigger
| AlwaysSingleTrigger
| BurstTrigger [Int]
| VolleyGunTrigger Int
deriving (Eq, Show, Read)
--deriveJSON defaultOptions ''TriggerType