@NotNull open fun addGames(vararg games: Game!): @NotNull GameAnimatorBuilder
Adds all specified cc.hawkbot.regnum.client.core.discord.GameAnimator.Game
s.
games
- Game!: the cc.hawkbot.regnum.client.core.discord.GameAnimator.Game
s
Return
GameAnimatorBuilder: the GameAnimatorBuilder
@NotNull open fun addGames(games: MutableCollection<Game!>!): @NotNull GameAnimatorBuilder
Adds all specified cc.hawkbot.regnum.client.core.discord.GameAnimator.Game
s.
games
- MutableCollection<Game!>!: a Collection
of cc.hawkbot.regnum.client.core.discord.GameAnimator.Game
s
Return
GameAnimatorBuilder: the GameAnimatorBuilder