mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-07-19 17:24:17 -05:00
11 lines
227 B
JavaScript
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",
|
|
},
|
|
],
|
|
};
|