mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-07-05 02:07:02 +00:00
9 lines
205 B
Haxe
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;
|
|
}
|