This commit is contained in:
Nennneko5787 2023-02-18 16:53:01 +09:00
parent dca6ead674
commit f3cf6e7240
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
export/
.vscode/
APIStuff.hx
.DS_STORE

8
source/APIStuff.hx Normal file
View File

@ -0,0 +1,8 @@
package;
class APIStuff
{
inline public static var API:String = "51348:TtzK0rZ8";
inline public static var EncKey:String = "5NqKsSVSNKHbF9fPgZPqPg==";
inline public static var SESSION:String = null;
}