This commit is contained in:
2025-07-03 22:36:57 +01:00
parent a207073846
commit 978823c87c
6 changed files with 14 additions and 139 deletions
-17
View File
@@ -1,17 +0,0 @@
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE TemplateHaskell #-}
module Dodge.Data.UseDelay where
import Control.Lens
data ItemUseDelay -- should just be Delay
= NoDelay
| FixedRate
{ _rateMax :: Int
}
deriving (Eq, Ord, Show, Read) --Generic, Flat)
makeLenses ''ItemUseDelay