Package ru.vagrant_ai.questionmarkgame.obj.mob

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


        break;
      case KHATUM:
        monster = new Khatum();
        break;
      case WALDO3:
        monster = new Waldo3();
        break;
      case EEL:
        monster = new Eel();
        break;
      }
View Full Code Here

TOP

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

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.