io.github.factoryfx.dom.rest.GuiNavbarItem Maven / Gradle / Ivy
package io.github.factoryfx.dom.rest;
public class GuiNavbarItem {
public final String text;
public final String factoryId;
public GuiNavbarItem(String text, String factoryId) {
this.text = text;
this.factoryId = factoryId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy