I think the suggested style is something like ``` ...
# announcements
r
I think the suggested style is something like
Copy code
@GameletModule
class PGMSpawnModule(
    val loader: PGMLoader,
    val teams: TeamModule,
    val regions: RegionModule,
    match: Match,
    events: MatchListenerManager
) : SpawnModule(match, events) {
    ...
}
👍 6