Examples of RXDataReader


Examples of de.yaams.extensions.rgssproject.map.rxdata.RXDataReader

  public MapEditorTab(Project p, RubyObject map) {
    super(p);
    this.mid = RubyHelper.toInt(map.getInstanceVariable("@id"));
    this.map = map;
    try {
      loadMap(new RXDataReader().readMap(p, mid));
    } catch (Throwable t) {
      YEx.warn("Can not load Map (" + mid + "):" + map, t);
    }

    // build gui
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.