Continue refactoring reloading

This commit is contained in:
2022-06-21 13:06:55 +01:00
parent 37eb69c661
commit 14a7189b44
12 changed files with 80 additions and 60 deletions
+3 -1
View File
@@ -28,7 +28,9 @@ data FootForward
| WasRightForward
deriving
(Eq,Ord,Show)
data Posture = Aiming | Reloading | AtEase
data Posture = Aiming
| Reloading
| AtEase
deriving
(Eq,Ord,Show)