mirror of
				https://github.com/MoleskiCoder/EightBitNet.git
				synced 2025-11-03 16:16:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			146 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			146 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace EightBit
 | 
						|
{
 | 
						|
    public class ProfileEventArgs(string output) : EventArgs
 | 
						|
    {
 | 
						|
        public string Output { get; } = output;
 | 
						|
    }
 | 
						|
} |