1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-07-05 02:07:02 +00:00
Funkin/source/APIStuff.hx
Nennneko5787 f3cf6e7240 Bug Fix
2023-02-18 16:53:01 +09:00

9 lines
205 B
Haxe

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;
}