Package gwlpr.protocol.gameserver.outbound

Examples of gwlpr.protocol.gameserver.outbound.P141_Unknown


    /**
     * Step 3.
     */
    public static void unkownStep1(Channel channel)
    {
        P141_Unknown dAction = new P141_Unknown();
        dAction.init(channel);
        dAction.setUnknown1((short) 248);
       
        channel.writeAndFlush(dAction);
    }
View Full Code Here

TOP

Related Classes of gwlpr.protocol.gameserver.outbound.P141_Unknown

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.