|
|
|
|
@ -66,6 +66,7 @@ public class Event {
|
|
|
|
|
* Constructs an event, using various XML files.
|
|
|
|
|
* @param singlePlayer Whether or not to create a single player event.
|
|
|
|
|
* @param mapIndex Specifies which map to use.
|
|
|
|
|
* @param raceLength The length of the race, in milliseconds.
|
|
|
|
|
* @throws EventConstructionException Thrown if we cannot create an Event for any reason.
|
|
|
|
|
*/
|
|
|
|
|
public Event(boolean singlePlayer, int mapIndex, int raceLength) throws
|
|
|
|
|
|