From 783d3598753bf84756296a2016e5dab30300519b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 25 Jan 2026 23:32:53 +0100 Subject: work on login --- common/src/api.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/src') diff --git a/common/src/api.rs b/common/src/api.rs index 9040852..415ef76 100644 --- a/common/src/api.rs +++ b/common/src/api.rs @@ -20,6 +20,9 @@ fields! { VIEW_PLAYER: u64 = 2028 "player"; VIEW_STATGROUP: Object = 2041 "statgroup"; VIEW_STATTEXT: Object = 2042 "stattext"; + VIEW_ACCOUNT_LOGIN: () = 2043 "account_login"; + VIEW_ACCOUNT_LOGOUT: () = 2043 "account_logout"; + VIEW_ACCOUNT_SET_PASSWORD: &str = 2044 "account_set_password"; NKU_NODE: Object = 2025 "node"; NKU_UDATA: Object = 2026 "udata"; -- cgit v1.3