mirror of
https://github.com/sigmasternchen/javagony2
synced 2025-03-17 04:28:55 +00:00
4 lines
66 B
Java
4 lines
66 B
Java
@FunctionalInterface
|
|
public interface Action {
|
|
void execute();
|
|
}
|