rattletrap-4.0.0: 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