rattletrap-8.0.0: library/Rattletrap/Encode/PlayerHistoryKeyAttribute.hs
module Rattletrap.Encode.PlayerHistoryKeyAttribute ( putPlayerHistoryKeyAttribute ) where import Rattletrap.Type.PlayerHistoryKeyAttribute import qualified Data.Binary.Bits.Put as BinaryBits putPlayerHistoryKeyAttribute :: PlayerHistoryKeyAttribute -> BinaryBits.BitPut () putPlayerHistoryKeyAttribute = BinaryBits.putWord16be 14 . playerHistoryKeyAttributeUnknown