
com.bigcustard.scene2dplus.button.ButtonPlus Maven / Gradle / Ivy
The newest version!
package com.bigcustard.scene2dplus.button;
public interface ButtonPlus {
void onClick(Runnable callback, boolean slowOp);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy