Use a creature to "use" the weapon of a turret

This commit is contained in:
2021-12-11 18:06:04 +00:00
parent 15e1fbc060
commit cdeb3dfa67
10 changed files with 80 additions and 34 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
module DoubleStack
where
module DoubleStack where
newtype DS a = DS (a,[a],[a])
deriving (Eq, Ord, Read, Show)