Merge pull request 'update tech menu' (#27) from tech_menu_config into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #27
This commit is contained in:
jake 2023-02-03 00:01:27 -05:00
commit e71b435ea3

View File

@ -397,6 +397,11 @@ pub struct RoomNameResponse {
pub name: String,
}
#[pso_packet(0x6ED)]
pub struct UpdateTechMenu {
pub config: [u8; 0x28],
}
#[pso_packet(0x7ED)]
pub struct UpdateConfig{
pub config: [u8; 0xE8],