9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
// Entity StatisticsVorstellung
|
|
|
|
#Statistics
|
|
StatisticsVorstellung {
|
|
show: Vorstellung {};
|
|
tickets: Eintrittskarte[] {};
|
|
earnings: int {};
|
|
}
|