Class ChangeTypeDataEquipment

Data associated with changeType value AvatarChangeType.Equipment

Hierarchy

  • ChangeTypeDataEquipment

Constructors

Properties

Accessors

Methods

Constructors

Properties

_byteSize: number = 0
_equipment: EquipmentChange = null

Accessors

  • get byteSize(): number
  • Returns the size of the data that this was deserialized from.

    Returns

    The size of the data that this was deserialized from

    Returns number

Methods

  • Deserializes an instance of ChangeTypeDataEquipment from the provided EoReader.

    Returns

    The deserialized data

    Parameters

    • reader: EoReader

      the reader that the data will be deserialized from

    Returns ChangeTypeDataEquipment

  • Serializes an instance of ChangeTypeDataEquipment to the provided EoWriter.

    Parameters

    Returns void

Generated using TypeDoc