NetModuleCreativeUnlocksPlayerReport

public struct NetModuleCreativeUnlocksPlayerReport : NetModule

This is a struct for the CreativeUnlocksPlayerReport NetModule.

  • Undocumented

    Declaration

    Swift

    public var zero: UInt8
  • Undocumented

    Declaration

    Swift

    public var itemId: UInt16
  • Undocumented

    Declaration

    Swift

    public var amount: UInt16
  • Declaration

    Swift

    public init()
  • Undocumented

    Declaration

    Swift

    public init(zero: UInt8, itemId: UInt16, amount: UInt16)
  • Declaration

    Swift

    public mutating func decode(_ reader: BinaryReader, _ context: TerrariaPacketContext) throws
  • Declaration

    Swift

    public mutating func encode(_ writer: BinaryWriter, _ context: TerrariaPacketContext) throws