Skip to content
MMDDKK edited this page Mar 15, 2021 · 1 revision
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())
Clone this wiki locally