0x8A packets, room name req

This commit is contained in:
jake 2020-01-13 20:19:52 -08:00
parent 2dbb662274
commit 6a1df535ba

View File

@ -301,3 +301,13 @@ impl PlayerChat {
}
}
}
#[pso_packet(0x8A)]
pub struct RoomNameRequest {
}
#[pso_packet(0x8A)]
pub struct RoomNameResponse {
pub name: String,
}