Package ru.vagrant_ai.questionmarkgame.obj.mob

Examples of ru.vagrant_ai.questionmarkgame.obj.mob.Whim


      ML mob = monster_queue.get(0);
      Monster monster = null;
      switch(mob)
      {
      case WHIM:
        monster = new Whim();
        break;
      case KHATUM:
        monster = new Khatum();
        break;
      case WALDO3:
View Full Code Here

TOP

Related Classes of ru.vagrant_ai.questionmarkgame.obj.mob.Whim

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.