diff options
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"; |