12 lines
		
	
	
		
			203 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			203 B
		
	
	
	
		
			Java
		
	
	
	
	
	
package pp.mdga.notification;
 | 
						|
 | 
						|
import pp.mdga.game.Color;
 | 
						|
 | 
						|
import java.util.UUID;
 | 
						|
 | 
						|
public class PieceInGameNotification extends Notification{
 | 
						|
    PieceInGameNotification(Color color, UUID id) {
 | 
						|
 | 
						|
    }
 | 
						|
}
 |