Added Extensions.cs.
Added GoldbergGlobalConfiguration. Code cleanup.
This commit is contained in:
parent
a34ed8881d
commit
508d23da5f
5 changed files with 74 additions and 44 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue