Package be.demmel.jgws.packets.gameserver.outbound

Examples of be.demmel.jgws.packets.gameserver.outbound.P393_ItemStreamTerminator


    // (would go here)

    // Note: ITEM STREAM END
    // (would go here)

    P393_ItemStreamTerminator itemStreamTerminator = new P393_ItemStreamTerminator();
    itemStreamTerminator.setGameMapId((int) character.getGameMapID());
    ctx.write(itemStreamTerminator);
  }
View Full Code Here

TOP

Related Classes of be.demmel.jgws.packets.gameserver.outbound.P393_ItemStreamTerminator

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.