Public Repository for the Magicbane Shadowbane Emulator
				
			 
			
		 
		
		
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
	
	
		
		
			
	
	
		
			
				
					
						
							|  |  |  | // • ▌ ▄ ·.  ▄▄▄·  ▄▄ • ▪   ▄▄· ▄▄▄▄·  ▄▄▄·  ▐▄▄▄  ▄▄▄ .
 | 
					
						
							|  |  |  | // ·██ ▐███▪▐█ ▀█ ▐█ ▀ ▪██ ▐█ ▌▪▐█ ▀█▪▐█ ▀█ •█▌ ▐█▐▌·
 | 
					
						
							|  |  |  | // ▐█ ▌▐▌▐█·▄█▀▀█ ▄█ ▀█▄▐█·██ ▄▄▐█▀▀█▄▄█▀▀█ ▐█▐ ▐▌▐▀▀▀
 | 
					
						
							|  |  |  | // ██ ██▌▐█▌▐█ ▪▐▌▐█▄▪▐█▐█▌▐███▌██▄▪▐█▐█ ▪▐▌██▐ █▌▐█▄▄▌
 | 
					
						
							|  |  |  | // ▀▀  █▪▀▀▀ ▀  ▀ ·▀▀▀▀ ▀▀▀·▀▀▀ ·▀▀▀▀  ▀  ▀ ▀▀  █▪ ▀▀▀
 | 
					
						
							|  |  |  | //      Magicbane Emulator Project © 2013 - 2022
 | 
					
						
							|  |  |  | //                www.magicbane.com
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | package discord;
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | import engine.mbEnums;
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | import java.time.LocalDateTime;
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | public class DiscordAccount {
 | 
					
						
							|  |  |  |     public String discordAccount;
 | 
					
						
							|  |  |  |     public String gameAccountName;
 | 
					
						
							|  |  |  |     public mbEnums.AccountStatus status;
 | 
					
						
							|  |  |  |     public LocalDateTime registrationDate;
 | 
					
						
							|  |  |  |     public LocalDateTime lastUpdateRequest;
 | 
					
						
							|  |  |  |     public byte isDiscordAdmin;
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     public DiscordAccount() {
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     }
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | }
 |