PhaseWeb3-Vue/src/constants/gameOptions/weOptions.js
2024-12-30 14:00:08 -05:00

11 lines
227 B
JavaScript

export const WinningElevenOptions = {
3: [
{
id: "info_text",
name: "Information Message",
help: "An announcement displayed on a bulletin board in attract mode.",
type: "LargeText",
},
],
};