Examples of GruntPuddle


Examples of com.pointcliki.dizgruntled.logic.GruntPuddle

    } 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")) {
      l = new GruntCreationPoint();
    }
    if (l == null) return null;
    try {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.