Package net.sf.l2j.gameserver.handler.voicedcommandhandlers

Examples of net.sf.l2j.gameserver.handler.voicedcommandhandlers.Wedding


    _voicedCommandHandler = VoicedCommandHandler.getInstance();
    _voicedCommandHandler.registerVoicedCommandHandler(new stats());

    if(Config.L2JMOD_ALLOW_WEDDING)
      _voicedCommandHandler.registerVoicedCommandHandler(new Wedding());

    _log.config("VoicedCommandHandler: Loaded " + _voicedCommandHandler.size() + " handlers.");

   
           
View Full Code Here

TOP

Related Classes of net.sf.l2j.gameserver.handler.voicedcommandhandlers.Wedding

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.