Add file (non-compiling commit)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{-# LANGUAGE DeriveAnyClass #-}
|
||||
{-# LANGUAGE DeriveGeneric #-}
|
||||
{-# LANGUAGE StrictData #-}
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
|
||||
module Dodge.Data.EnergyBall.Type where
|
||||
|
||||
import Control.Lens
|
||||
import Data.Aeson
|
||||
import Data.Aeson.TH
|
||||
import Geometry.Data
|
||||
|
||||
data EnergyBallType
|
||||
= FlamingBall
|
||||
| FlameletBall
|
||||
| ElectricalBall
|
||||
| ExplosiveBall
|
||||
| FlashBall
|
||||
deriving (Eq, Ord, Show, Read) --Generic, Flat)
|
||||
|
||||
deriveJSON defaultOptions ''EnergyBallType
|
||||
Reference in New Issue
Block a user