diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-01-25 23:32:53 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-01-25 23:32:53 +0100 |
| commit | 783d3598753bf84756296a2016e5dab30300519b (patch) | |
| tree | f7eaf276b65de8aab10db21d27e534f775d83167 /common/src | |
| parent | 5075aede44cb8ab2df10e6debba38483e8d11e96 (diff) | |
| download | jellything-783d3598753bf84756296a2016e5dab30300519b.tar jellything-783d3598753bf84756296a2016e5dab30300519b.tar.bz2 jellything-783d3598753bf84756296a2016e5dab30300519b.tar.zst | |
work on login
Diffstat (limited to 'common/src')
| -rw-r--r-- | common/src/api.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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"; |