command / me.schlaubi.regnumutils.common.builder / GameAnimatorBuilder / addGames

addGames

@NotNull open fun addGames(vararg games: Game!): @NotNull GameAnimatorBuilder

Adds all specified cc.hawkbot.regnum.client.core.discord.GameAnimator.Games.

Parameters

games - Game!: the cc.hawkbot.regnum.client.core.discord.GameAnimator.Games

Return
GameAnimatorBuilder: the GameAnimatorBuilder

@NotNull open fun addGames(games: MutableCollection<Game!>!): @NotNull GameAnimatorBuilder

Adds all specified cc.hawkbot.regnum.client.core.discord.GameAnimator.Games.

Parameters

games - MutableCollection<Game!>!: a Collection of cc.hawkbot.regnum.client.core.discord.GameAnimator.Games

Return
GameAnimatorBuilder: the GameAnimatorBuilder