Add Read/Show instance for Creature
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module Dodge.Data.FloatFunction where
|
||||
|
||||
data FloatFloat = FloatID
|
||||
| FloatFOV Float
|
||||
| FloatLessCheck Float
|
||||
| FloatAbsCheckGreaterLess Float Float Float
|
||||
| FloatConst Float
|
||||
deriving (Eq,Ord,Show,Read)
|
||||
Reference in New Issue
Block a user