Modifier and Type | Field and Description |
---|---|
private College |
Player.College
The college that the player is playing as.
|
Modifier and Type | Method and Description |
---|---|
College |
Player.getCollege()
Returns the college assigned to the player
|
Modifier and Type | Method and Description |
---|---|
void |
Player.assignCollege(College College)
Changes the college of the player to the one that is specified.
|