PacketCrystalInvasionSendWaitTime

public struct PacketCrystalInvasionSendWaitTime : TerrariaPacket

Time until Crystal Invasion or Next Wave

  • Undocumented

    Declaration

    Swift

    public var bytes: [UInt8]
  • Undocumented

    Declaration

    Swift

    public var length: UInt16
  • Undocumented

    Declaration

    Swift

    public var context: TerrariaPacketContext
  • Undocumented

    Declaration

    Swift

    public var packetType: TerrariaPacketType
  • Undocumented

    Declaration

    Swift

    public var payload: [UInt8]
  • 30 seconds between waves, 5 seconds on first start

    Declaration

    Swift

    public var timeUntilNextWave: Int32
  • Undocumented

    Declaration

    Swift

    public init()
  • Declaration

    Swift

    public mutating func decodePayload() throws
  • Declaration

    Swift

    mutating public mutating func encodePayload() throws