Start work on clouds, damage, sensors

This commit is contained in:
2025-06-06 22:53:41 +01:00
parent d2d4642380
commit 7bee1549bf
25 changed files with 325 additions and 312 deletions
+1 -6
View File
@@ -1,10 +1,7 @@
{-# LANGUAGE StrictData #-}
{-# LANGUAGE TemplateHaskell #-}
module Dodge.Data.AimStance (module Dodge.Data.AimStance) where
import Data.Aeson
import Data.Aeson.TH
module Dodge.Data.AimStance where
data AimStance
= TwoHandUnder
@@ -12,5 +9,3 @@ data AimStance
| TwoHandFlat
| OneHand
deriving (Eq, Ord, Show, Read) --Generic, Flat)
deriveJSON defaultOptions ''AimStance