Examples of Whim


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
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.