Move machine destruction to external function
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
module Dodge.Data.Object where
|
||||
|
||||
data Object
|
||||
= ObTerminal
|
||||
| ObCreature
|
||||
| ObMachine
|
||||
| ObWall
|
||||
| ObDoor
|
||||
| ObButton
|
||||
| ObForegroundShape
|
||||
| ObLightSource
|
||||
| ObProp
|
||||
deriving (Eq,Show,Ord,Read,Enum,Bounded)
|
||||
Reference in New Issue
Block a user