Based db and accounts and log in where you logged out

This commit is contained in:
2025-01-19 21:52:56 +01:00
parent bb01dccf2b
commit e45066b2a8
5 changed files with 37 additions and 8 deletions
+1
View File
@@ -39,6 +39,7 @@ type ModelAsset struct {
type ChatMessage struct {
PlayerID int32
Username string
Content string
Time time.Time
}