Package ru.vagrant_ai.questionmarkgame.obj.particle

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

Related Classes of ru.vagrant_ai.questionmarkgame.obj.particle.Wrench

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.