We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
using GamejoltAPI.Core; GJCore Core = new GJCore("Game_ID", "Private_Key");
With the Core created, you can get the time with GetTime()
using GamejoltAPI.Core; GJCore Core = new GJCore("Game_ID", "Private_Key"); Console.WriteLine(GJCore.GetTime())