All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.legendofdragoon.scripting.tokens.Entry Maven / Gradle / Ivy

There is a newer version: 0.5.6
Show newest version
package org.legendofdragoon.scripting.tokens;

public abstract class Entry {
  public final int address;

  protected Entry(final int address) {
    this.address = address;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy