10 lines
		
	
	
		
			173 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			173 B
		
	
	
	
		
			Java
		
	
	
	
	
	
package pp.mdga.notification;
 | 
						|
 | 
						|
import pp.mdga.game.Color;
 | 
						|
 | 
						|
public class ActivePlayerNotification extends Notification {
 | 
						|
    ActivePlayerNotification(Color color) {
 | 
						|
 | 
						|
    }
 | 
						|
}
 |