Comment out bullet ammo targeting modules
This commit is contained in:
@@ -8,8 +8,8 @@ import Data.Aeson.TH
|
||||
import Dodge.Data.Bullet
|
||||
|
||||
data BulletMod
|
||||
= BulletModTrajectory { _bmTrajectory :: BulletTrajectoryType}
|
||||
| BulletModPayload {_bmPayload :: BulletPayload}
|
||||
= -- BulletModTrajectory { _bmTrajectory :: BulletTrajectoryType}
|
||||
BulletModPayload {_bmPayload :: BulletPayload}
|
||||
| BulletModEffect {_bmEffect :: BulletEffect}
|
||||
deriving (Eq, Ord, Show, Read)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user