commit 18/09/2025

This commit is contained in:
2025-09-18 15:57:11 +07:00
parent 09d074aa03
commit 120c8e5276
19 changed files with 2696 additions and 1591 deletions

View File

@@ -0,0 +1,4 @@
package database
@Suppress("unused")
data class SoundChannel(val index: UInt, val channel: String, val ip: String)