public class TourneyConfig
extends com.threerings.io.SimpleStreamableObject
| Modifier and Type | Field and Description |
|---|---|
com.threerings.util.Name |
creator
The tourney creator.
|
EntryFee |
entryFee
The fee to join the tourney.
|
TourneyLogicData |
logic
The tournament logic runtime persistent data.
|
int |
minPlayers
The minimum number of players needed for the tourney to start.
|
Prize |
prize
The prize for this tourney.
|
int |
startsIn
The number of minutes to wait for entrants before starting.
|
int |
tourneyId
Our unique tourney id.
|
| Constructor and Description |
|---|
TourneyConfig() |
public int tourneyId
public Prize prize
public EntryFee entryFee
public com.threerings.util.Name creator
public int minPlayers
public int startsIn
public TourneyLogicData logic
Copyright © 2015. All rights reserved.