EventChampion

public struct EventChampion : Decodable

A simplified version of Champion for Events

  • id

    The ID of the champion

    Declaration

    Swift

    public let id: Int
  • The name of the champion

    Declaration

    Swift

    public let name: String