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