package complexion.network.message; /** * Server sends this to a client to tell them that the login was accepted. */ public class LoginAccepted { public LoginAccepted() {}; public int tick = 0; }