rattletrap-13.0.1: src/lib/Rattletrap/Type/AttributeType.hs
module Rattletrap.Type.AttributeType where
data AttributeType
= AppliedDamage
| Boolean
| Boost
| Byte
| CamSettings
| ClubColors
| CustomDemolish
| DamageState
| Demolish
| Enum
| Explosion
| ExtendedExplosion
| FlaggedInt
| FlaggedByte
| Float
| GameMode
| GameServer
| Int
| Int64
| Loadout
| LoadoutOnline
| Loadouts
| LoadoutsOnline
| Location
| MusicStinger
| PartyLeader
| Pickup
| PickupInfo
| PickupNew
| PlayerHistoryKey
| PrivateMatchSettings
| QWord
| RepStatTitle
| Reservation
| RigidBodyState
| Rotation
| StatEvent
| String
| TeamPaint
| Title
| UniqueId
| WeldedInfo
deriving (Eq, Show)