OpponentType

public enum OpponentType : String, Decodable

Either Team or Player

  • Undocumented

    Declaration

    Swift

    case Team
  • Undocumented

    Declaration

    Swift

    case Player