Package com.pointcliki.dizgruntled.logic

Examples of com.pointcliki.dizgruntled.logic.Checkpoint


    } else if (logic.equals("ExitTrigger")) {
      l = new Fort();
    } else if (logic.equals("FortressFlag")) {
      l = new FortressFlag();
    } else if (logic.equals("CheckpointTrigger")) {
      l = new Checkpoint();
    } else if (logic.equals("InGameText")) {
      l = new HelpBook();
    } else if (logic.equals("GruntPuddle")) {
      l = new GruntPuddle();
    } else if (logic.equals("GruntCreationPoint")) {
View Full Code Here

TOP

Related Classes of com.pointcliki.dizgruntled.logic.Checkpoint

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.