UpdateConfig packet for saving key bindings

This commit is contained in:
Andy Newjack 2020-02-24 21:06:17 -04:00
parent a314927772
commit d0d4d86c42

View File

@ -311,3 +311,8 @@ pub struct RoomNameRequest {
pub struct RoomNameResponse {
pub name: String,
}
#[pso_packet(0x7ED)]
pub struct UpdateConfig{
pub config: [u8; 0xE8],
}