Server.Network.PacketHandlers.AccountLogin_ReplyRej C# (CSharp) Méthode

AccountLogin_ReplyRej() public static méthode

public static AccountLogin_ReplyRej ( Server.Network.NetState state, ALRReason reason ) : void
state Server.Network.NetState
reason ALRReason
Résultat void
        public static void AccountLogin_ReplyRej( NetState state, ALRReason reason )
        {
            state.Send( new AccountLoginRej( reason ) );
            state.Dispose();
        }
PacketHandlers