rattletrap-9.3.2: src/lib/Rattletrap/Decode/LoadoutsAttribute.hs
module Rattletrap.Decode.LoadoutsAttribute
( decodeLoadoutsAttributeBits
)
where
import Rattletrap.Decode.Common
import Rattletrap.Decode.LoadoutAttribute
import Rattletrap.Type.LoadoutsAttribute
decodeLoadoutsAttributeBits :: DecodeBits LoadoutsAttribute
decodeLoadoutsAttributeBits =
LoadoutsAttribute
<$> decodeLoadoutAttributeBits
<*> decodeLoadoutAttributeBits