hey all, ``` @GameletModule class PGMSpawnModule(v...
# announcements
k
hey all,
Copy code
@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