
com.bigcustard.scene2dplus.button.ButtonPlus Maven / Gradle / Ivy
package com.bigcustard.scene2dplus.button;
import com.badlogic.gdx.scenes.scene2d.ui.Button;
public interface ButtonPlus {
void onClick(Runnable callback);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy