Examples of Eel


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

        break;
      case WALDO3:
        monster = new Waldo3();
        break;
      case EEL:
        monster = new Eel();
        break;
      }
      monster_array.add(monster)
      monster_queue.remove(0);
     
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.