RightText support in the ship
This commit is contained in:
		
							parent
							
								
									6caeb0a8d9
								
							
						
					
					
						commit
						a71692d62a
					
				@ -254,6 +254,7 @@ pub enum SendShipPacket {
 | 
			
		||||
    TradeSuccessful(TradeSuccessful),
 | 
			
		||||
    LobbyEvent(LobbyEvent),
 | 
			
		||||
    LargeDialog(LargeDialog),
 | 
			
		||||
    RightText(RightText),
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
impl SendServerPacket for SendShipPacket {
 | 
			
		||||
@ -298,6 +299,7 @@ impl SendServerPacket for SendShipPacket {
 | 
			
		||||
            SendShipPacket::TradeSuccessful(pkt) => pkt.as_bytes(),
 | 
			
		||||
            SendShipPacket::LobbyEvent(pkt) => pkt.as_bytes(),
 | 
			
		||||
            SendShipPacket::LargeDialog(pkt) => pkt.as_bytes(),
 | 
			
		||||
            SendShipPacket::RightText(pkt) => pkt.as_bytes(),
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user