Create APIStuff.hx

This commit is contained in:
daniel11420 2021-04-06 02:30:19 +02:00 committed by GitHub
parent ccf8cf942c
commit 5617070c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
source/APIStuff.hx Normal file
View File

@ -0,0 +1,7 @@
package;
class APIStuff
{
public static var API:String = "";
public static var EncKey:String = "";
}