From 9eb5ab1818b6b19501fd7209db1987c9e06cc919 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 9 Jun 2026 05:59:20 -0400 Subject: first commit --- internal/player/account.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 internal/player/account.go (limited to 'internal/player/account.go') diff --git a/internal/player/account.go b/internal/player/account.go new file mode 100644 index 0000000..5072009 --- /dev/null +++ b/internal/player/account.go @@ -0,0 +1,7 @@ +package player + +type Account struct { + Name string `yaml:"name"` + PasswordHash string `yaml:"password_hash"` + Characters []string `yaml:"characters"` +} -- cgit v1.2.3