// JOELwindows7: from https://github.com/TentaRJ/GameJolt-FNF-Integration // Yeah uh, don't share the live GameJolt key publicly pls. you must gitignore it // and you might wanna manually upload instead with your private GameJolt keys compiled if you insist. package; class GJKeys { public static var id:Int = 0; // Put your game's ID here public static var key:String = ""; // Put your game's private API key here }