This commit is contained in:
2022-07-24 13:53:35 +01:00
parent ac069d08f6
commit 2c1bc67a51
16 changed files with 185 additions and 199 deletions
-1
View File
@@ -15,7 +15,6 @@ data HeldUse = HeldDoNothing
| HeldCircleLaser
| HeldDualLaser
| HeldTractor
| HeldSonicWave
| HeldForceField
| HeldShatter
deriving (Eq,Ord,Show,Read)
+1
View File
@@ -32,4 +32,5 @@ data Proj
, _prjUpdates :: [ProjectileUpdate]
, _prjMITID :: Maybe Int
}
deriving (Eq,Ord,Show,Read)
makeLenses ''Proj