BaseChampion

public struct BaseChampion : Decodable

A simple version of Champion

  • id

    The ID of the champion

    Declaration

    Swift

    public let id: Int
  • The icon of the champion

    Declaration

    Swift

    public let icon: URL
  • The name of the champion

    Declaration

    Swift

    public let name: String