Remove external duplicated ItemLinks
This commit is contained in:
@@ -13,24 +13,24 @@ import qualified Linear.Quaternion as Q
|
||||
|
||||
data ItemLink
|
||||
= TriggerLink
|
||||
| AmmoInLink Int AmmoType
|
||||
| AmmoModLink
|
||||
| AmmoTargetingLink
|
||||
| AmmoPayloadLink
|
||||
| AmmoEffectLink
|
||||
| WeaponScopeLink
|
||||
| WeaponTargetingLink
|
||||
| JoystickLink
|
||||
| RemoteScreenLink
|
||||
| RemoteDetonatorLink
|
||||
| SmokeReducerLink
|
||||
-- | AugmentedHUDLink
|
||||
| FunctionChangeLink
|
||||
| MakeAutoLink
|
||||
| ProjectileStabiliserLink
|
||||
| UnderBarrelSlotLink
|
||||
| UnderBarrelPlatformLink
|
||||
| GrenadeHitEffectLink
|
||||
-- | AmmoInLink Int AmmoType
|
||||
-- | AmmoModLink
|
||||
-- | AmmoTargetingLink
|
||||
-- | AmmoPayloadLink
|
||||
-- | AmmoEffectLink
|
||||
-- | WeaponScopeLink
|
||||
-- | WeaponTargetingLink
|
||||
-- | JoystickLink
|
||||
-- | RemoteScreenLink
|
||||
-- | RemoteDetonatorLink
|
||||
-- | SmokeReducerLink
|
||||
---- | AugmentedHUDLink
|
||||
-- | FunctionChangeLink
|
||||
-- | MakeAutoLink
|
||||
-- | ProjectileStabiliserLink
|
||||
-- | UnderBarrelSlotLink
|
||||
-- | UnderBarrelPlatformLink
|
||||
-- | GrenadeHitEffectLink
|
||||
| SFLink {_sfLink :: ItemStructuralFunction}
|
||||
deriving (Eq, Ord, Show, Read)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user