public class BannedChampion extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
championId
The ID of the banned champion
|
int |
pickTurn
The turn during which the champion was banned
|
long |
teamId
The ID of the team that banned the champion
|
| Constructor and Description |
|---|
BannedChampion(int championId,
int pickTurn,
long teamId) |
Copyright © 2019. All rights reserved.