Move UseCondition out of record
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{-# LANGUAGE StrictData #-}
|
||||
module Dodge.Data.UseCondition
|
||||
where
|
||||
|
||||
data UseCondition
|
||||
= UseableWhenAimed
|
||||
| UseableWhenHeld
|
||||
| UseableAnytime
|
||||
| NeverUsable
|
||||
deriving (Eq, Show, Read)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user