Continue refactor of bullet gun effect chain

This commit is contained in:
2024-09-16 23:34:54 +01:00
parent 40378d3de4
commit e23c7a0154
23 changed files with 404 additions and 396 deletions
+1
View File
@@ -143,6 +143,7 @@ data LWorld = LWorld
, _selLocation :: Int
, _distortions :: [Distortion]
, _lClock :: Int
, _lTestString :: [String]
}
data WorldBeams = WorldBeams
{ _blockingBeams :: [Beam]