commit 03/09/2025

This commit is contained in:
2025-09-03 11:05:30 +07:00
parent ea1defa78e
commit ea04f8d316
14 changed files with 1272 additions and 210 deletions

View File

@@ -1,4 +1,4 @@
package database
@Suppress("unused")
data class ScheduleBank(val index: UInt, val Description: String, val Day: String, val Time: String, val Soundpath: String, val Repeat: UByte, val Enable: Boolean, val BroadcastZones: String, val Language: String)
data class ScheduleBank(var index: UInt, var Description: String, var Day: String, var Time: String, var Soundpath: String, var Repeat: UByte, var Enable: Boolean, var BroadcastZones: String, var Language: String)