Added global time manager (#251)
* Added global time manager * Created IPlayTimeTrackingManager * adds default api link --------- Co-authored-by: Mona Hmiza <you@example.com> Co-authored-by: Valtos <valtos@spaces.ru>
This commit is contained in:
@@ -369,4 +369,14 @@ public sealed class WhiteCVars
|
||||
|
||||
public static readonly CVarDef<string> UtkaClientBind =
|
||||
CVarDef.Create("white.utka_client_bind", "", CVar.SERVERONLY);
|
||||
|
||||
/*
|
||||
* PlayTime Tracker
|
||||
*/
|
||||
|
||||
public static readonly CVarDef<string> TimeTrackerApiUrl =
|
||||
CVarDef.Create("white.time_tracker_api", "https://ss14.su/api/jobs/", CVar.SERVERONLY | CVar.CONFIDENTIAL | CVar.ARCHIVE);
|
||||
|
||||
public static readonly CVarDef<string> TimeTrackerApiKey =
|
||||
CVarDef.Create("white.time_tracker_key", "", CVar.SERVERONLY | CVar.CONFIDENTIAL | CVar.ARCHIVE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user