diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/serverbound_edit_book_packet.rs')
| -rwxr-xr-x | azalea-protocol/src/packets/game/serverbound_edit_book_packet.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/azalea-protocol/src/packets/game/serverbound_edit_book_packet.rs b/azalea-protocol/src/packets/game/serverbound_edit_book_packet.rs deleted file mode 100755 index 62d4b318..00000000 --- a/azalea-protocol/src/packets/game/serverbound_edit_book_packet.rs +++ /dev/null @@ -1,10 +0,0 @@ -use azalea_buf::McBuf; -use azalea_protocol_macros::ServerboundGamePacket; - -#[derive(Clone, Debug, McBuf, ServerboundGamePacket)] -pub struct ServerboundEditBookPacket { - #[var] - pub slot: u32, - pub pages: Vec<String>, - pub title: Option<String>, -} |
