rattletrap-9.0.3: source/library/Rattletrap/Decode/ByteAttribute.hs
module Rattletrap.Decode.ByteAttribute ( decodeByteAttributeBits ) where import Rattletrap.Decode.Common import Rattletrap.Decode.Word8le import Rattletrap.Type.ByteAttribute decodeByteAttributeBits :: DecodeBits ByteAttribute decodeByteAttributeBits = ByteAttribute <$> decodeWord8leBits