Examples of ActorTab


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

      return new ScriptTab(p);
    }

    // register tabs
    if (RGSS1Helper.getTabID(Type.ACTOR).equals(id)) {
      return new ActorTab(p);
    }
    if (RGSS1Helper.getTabID(Type.ANIMATION).equals(id)) {
      return new AnimationTab(p);
    }
    if (RGSS1Helper.getTabID(Type.ARMOR).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.