Added Extensions.cs.

Added GoldbergGlobalConfiguration.
Code cleanup.
This commit is contained in:
Jeddunk 2021-01-15 17:46:13 +01:00
parent a34ed8881d
commit 508d23da5f
5 changed files with 74 additions and 44 deletions

View file

@ -2,6 +2,12 @@ using System.Collections.Generic;
namespace GoldbergGUI.Core.Models
{
public class GoldbergGlobalConfiguration
{
public string AccountName { get; set; }
public long UserSteamId { get; set; }
public string Language { get; set; }
}
public class GoldbergConfiguration
{
public int AppId { get; set; }