info board packets

This commit is contained in:
Andy Newjack 2020-02-27 23:39:52 -04:00
parent fb26a86fa7
commit 2e04df8850

View File

@ -316,3 +316,12 @@ pub struct RoomNameResponse {
pub struct UpdateConfig{
pub config: [u8; 0xE8],
}
#[pso_packet(0xD8)]
pub struct ViewInfoboard {
}
#[pso_packet(0xD9)]
pub struct WriteInfoboard {
pub message: String,
}