Package de.presti.ree6.game.core.base
Annotation Interface GameInfo
Annotation for internal Games to access Information.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionThe Description of the Game.int
The maximal Amount of Players.int
The minimal Amount of Players.The Name of the Game.
-
Element Details
-
name
String nameThe Name of the Game.- Returns:
- The Name of the Game.
-
description
String descriptionThe Description of the Game.- Returns:
- The Description of the Game.
-
minPlayers
int minPlayersThe minimal Amount of Players.- Returns:
- The minimal Amount of Players.
-
maxPlayers
int maxPlayersThe maximal Amount of Players.- Returns:
- The maximal Amount of Players.
-