Examples of doHeal()


Examples of npc.model.residences.clanhall.RainbowGourdInstance.doHeal()

        gourdInstance2 = getGourd(warIndex);
        if (gourdInstance2 == null)
        {
          return;
        }
        gourdInstance2.doHeal();
        break;
      case 2242: // water
        warIndex = rndEx(attackers.size(), index);
        if (warIndex == Integer.MIN_VALUE)
        {
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.