kailan
03/01/2017, 9:02 PM@GameletModule
class PGMSpawnModule(val loader: PGMLoader, val teams: TeamModule, val regions: RegionModule, match: Match, events: MatchListenerManager) : SpawnModule(match, events) {
I have this ugly long line, where the only reason I have the match
and events
variables are to pass them on to the superclass constructor