- add: mouse cmd packet handling
- add: change map handler - update: logout handler to send the reply packet - update: character id list change from u8 to u32
This commit is contained in:
@@ -5,7 +5,7 @@ pub struct ConnectionState {
|
||||
pub user_id: Option<i32>,
|
||||
pub session_id: Option<String>,
|
||||
pub character_id: Option<i8>,
|
||||
pub character_list: Option<Vec<u8>>,
|
||||
pub character_list: Option<Vec<u32>>,
|
||||
pub additional_data: HashMap<String, String>, // Flexible data storage
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user