Allow more general detection of item use focus

This commit is contained in:
2024-12-25 21:26:25 +00:00
parent aec56f4977
commit c788af47bd
12 changed files with 28 additions and 32 deletions
-1
View File
@@ -25,7 +25,6 @@ data Projectile
, _prjTimer :: Int
, _prjZ :: Float
, _prjUpdates :: [ProjectileUpdate]
-- , _prjMITID :: Maybe Int
}
deriving (Eq, Ord, Show, Read) --Generic, Flat)