Simplify flamelet balls

This commit is contained in:
2025-08-05 08:47:47 +01:00
parent 22dafda9bd
commit 298238d594
5 changed files with 33 additions and 53 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import Data.Aeson.TH
data EnergyBallType
= IncendiaryBall
| FlameletBall {_fbSize :: Float, _fbRot :: Float}
| FlameletBall {_fbSize :: Float}
| ElectricalBall {_ebID :: Int}
| ExplosiveBall
| FlashBall