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