UpdateConfig packet for saving key bindings
This commit is contained in:
parent
a314927772
commit
d0d4d86c42
@ -311,3 +311,8 @@ pub struct RoomNameRequest {
|
|||||||
pub struct RoomNameResponse {
|
pub struct RoomNameResponse {
|
||||||
pub name: String,
|
pub name: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[pso_packet(0x7ED)]
|
||||||
|
pub struct UpdateConfig{
|
||||||
|
pub config: [u8; 0xE8],
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user