Package fr.neatmonster.nocheatplus.actions.types

Examples of fr.neatmonster.nocheatplus.actions.types.LogAction


            toConsole = true;
            toFile = true;
            toChat = true;
        }

        return new LogAction(name, delay, repeat, toChat, toConsole, toFile, message.toString());
    }
View Full Code Here

TOP

Related Classes of fr.neatmonster.nocheatplus.actions.types.LogAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.