forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
5
Kha/Backends/Java/java/lang/Runnable.hx
Normal file
5
Kha/Backends/Java/java/lang/Runnable.hx
Normal file
@ -0,0 +1,5 @@
|
||||
package java.lang;
|
||||
|
||||
extern interface Runnable {
|
||||
function run(): Void;
|
||||
}
|
Reference in New Issue
Block a user