Where can I add this in my 5165 source? (what it does is it saves everything every 60 seconds and on the console it says "Game Saved Automatically")
Code:
Thread.Sleep(60 * 1000);
Database.SaveKOs();
Database.SaveEmpire();
Features.Guilds.SaveGuilds();
Features.SkillsClass.Save();
Console.WriteLine("Game Saved automatically.");