diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/serverbound_sign_update_packet.rs')
| -rwxr-xr-x | azalea-protocol/src/packets/game/serverbound_sign_update_packet.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/azalea-protocol/src/packets/game/serverbound_sign_update_packet.rs b/azalea-protocol/src/packets/game/serverbound_sign_update_packet.rs deleted file mode 100755 index 0547c783..00000000 --- a/azalea-protocol/src/packets/game/serverbound_sign_update_packet.rs +++ /dev/null @@ -1,10 +0,0 @@ -use azalea_buf::McBuf; -use azalea_core::position::BlockPos; -use azalea_protocol_macros::ServerboundGamePacket; - -#[derive(Clone, Debug, McBuf, ServerboundGamePacket)] -pub struct ServerboundSignUpdatePacket { - pub pos: BlockPos, - pub is_front_text: bool, - pub lines: [String; 4], -} |
