mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-10-31 10:37:13 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			166 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			166 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Kyoo.Models
 | |
| {
 | |
| 	public class Account
 | |
| 	{
 | |
| 		public string Username { get; set; }
 | |
| 		public string Email { get; set; }
 | |
| 		public string Picture { get; set; }
 | |
| 	}
 | |
| } |