Examples of Khatum


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

      {
      case WHIM:
        monster = new Whim();
        break;
      case KHATUM:
        monster = new Khatum();
        break;
      case WALDO3:
        monster = new Waldo3();
        break;
      case EEL:
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.