9 lines
No EOL
242 B
TypeScript
9 lines
No EOL
242 B
TypeScript
import type { SceneDefinition } from "../types"
|
|
|
|
export const scenePreStart: SceneDefinition = {
|
|
id: "pre-start",
|
|
type: "text",
|
|
label: "Vor Beginn",
|
|
plannedDuration: null,
|
|
text: "Die Vorstellung hat noch nicht begonnen."
|
|
} |