//Legt mögliche Farben fest, "NONE" sind Auswahlkarten const CARD_COLORS = ["NONE", "BLUE", "GREEN", "RED", "YELLOW"]; //Exportiert CARD_COLORS module.exports = { CARD_COLORS: CARD_COLORS,}
//Legt mögliche Farben fest, "NONE" sind Auswahlkarten
const CARD_COLORS = ["NONE", "BLUE", "GREEN", "RED", "YELLOW"];
//Exportiert CARD_COLORS
module.exports = {
CARD_COLORS: CARD_COLORS,
}