Aantal reorganisaties om implementatie van macro's ondubbelzinnig duidelijk te maken.
This commit is contained in:
7
java/src/pm/macro/Event.java
Normal file
7
java/src/pm/macro/Event.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package pm.macro;
|
||||
|
||||
import pm.Button;
|
||||
|
||||
public interface Event {
|
||||
public Button button = null;
|
||||
}
|
||||
Reference in New Issue
Block a user