commit 28/08/2025

This commit is contained in:
2025-08-28 10:49:56 +07:00
parent c73b181ef5
commit ef9c17a65c
7 changed files with 28 additions and 0 deletions

4
src/database/UserDB.kt Normal file
View File

@@ -0,0 +1,4 @@
package database
@Suppress("unused")
data class UserDB(val index: UInt, val username: String, val password: String, val location: String)