Merge branch 'update_config' of jake/libpso into master

This commit is contained in:
jake 2020-02-25 01:18:37 -05:00 committed by Gogs
commit fb26a86fa7

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],
}