Examples of ArmorTab


Examples of de.yaams.extensions.rgssproject.database.tabs.ArmorTab

    }
    if (RGSS1Helper.getTabID(Type.ANIMATION).equals(id)) {
      return new AnimationTab(p);
    }
    if (RGSS1Helper.getTabID(Type.ARMOR).equals(id)) {
      return new ArmorTab(p);
    }
    if (RGSS1Helper.getTabID(Type.CLASS).equals(id)) {
      return new ClassTab(p);
    }
    if (RGSS1Helper.getTabID(Type.ENEMY).equals(id)) {
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.