forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
7
Kha/Backends/Empty/kha/EnvironmentVariables.hx
Normal file
7
Kha/Backends/Empty/kha/EnvironmentVariables.hx
Normal file
@ -0,0 +1,7 @@
|
||||
package kha;
|
||||
|
||||
class EnvironmentVariables {
|
||||
public static function get(name: String): String {
|
||||
return null;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user