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 UserDB(val index: UInt, val username: String, val password: String, val location: String)
data class UserDB(var index: UInt, var username: String, var password: String, var location: String)