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