Examples of Wrench


Examples of ru.vagrant_ai.questionmarkgame.obj.particle.Wrench

    {
      case THORN:
        particle = new Thorn(x, y);
        break;
      case WRENCH:
        particle = new Wrench(x, y);
        break;
      case EXCLAMATION:
        particle = new Exclamation(x, y);
        break;
      case LIGHT_SOURCE_LOW:
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.