0x8A packets, room name req
This commit is contained in:
parent
2dbb662274
commit
6a1df535ba
@ -301,3 +301,13 @@ impl PlayerChat {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#[pso_packet(0x8A)]
|
||||
pub struct RoomNameRequest {
|
||||
}
|
||||
|
||||
#[pso_packet(0x8A)]
|
||||
pub struct RoomNameResponse {
|
||||
pub name: String,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user