Examples of MTab


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

    }
    if (RGSS1Helper.getTabID(Type.WEAPON).equals(id)) {
      return new WeaponTab(p);
    }
    if (RGSS1Helper.getTabID(Type.MAP).equals(id)) {
      return new MTab(p);
    }
    if (RGSS1Helper.getTabID(Type.COMMONEVENT).equals(id)) {
      return new CommonEventTab(p);
    }
    if (RGSS1Helper.getTabID(Type.TILESET).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.