Left: Implement composite structures
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
package view.interfaces;
|
||||
|
||||
public interface IEventCallback {
|
||||
void run();
|
||||
}
|
||||
Reference in New Issue
Block a user