aboutsummaryrefslogtreecommitdiff
path: root/internal/net/server.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-10 04:44:31 -0400
committerhistoria <[not public]>2026-06-10 04:44:31 -0400
commit69d8757ad983697cdc9182fdcc1cdb612a77fb41 (patch)
tree348c26d1f6defe3aef64f5aa9e7cefed0e764214 /internal/net/server.go
parenta226d72e51eecb768b13600303f73483118d9104 (diff)
downloadthehouseoficarus-69d8757ad983697cdc9182fdcc1cdb612a77fb41.tar.gz
feat: yaml architecture for complex object interaction
Diffstat (limited to 'internal/net/server.go')
-rw-r--r--internal/net/server.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/net/server.go b/internal/net/server.go
index 8fb975f..08d427f 100644
--- a/internal/net/server.go
+++ b/internal/net/server.go
@@ -26,6 +26,7 @@ const (
StateGame
StateChangeDescription
StateTalk
+ StateDropAllConfirm
)
type Session struct {
@@ -44,6 +45,7 @@ type AccountEntry struct {
Name string
PasswordHash string
Characters []string
+ Aliases map[string]string
}
type Server struct {