Merge branch 'update_config' of jake/libpso into master
This commit is contained in:
commit
fb26a86fa7
@ -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