PlayerCostumeType

public enum PlayerCostumeType : String

An enumerated representation of costume types.

  • The “default” costume (no costume).

    Declaration

    Swift

    case `default` = "Default"
  • The bird costume.

    Declaration

    Swift

    case bird = "Bird"
  • The flash drive costume.

    Declaration

    Swift

    case flashDrive = "USB"
  • The sorceress costume.

    Declaration

    Swift

    case sorceress = "Sorceress"