mirror of
https://github.com/JDM170/SteamAchievementManager
synced 2025-12-10 05:37:18 +07:00
Bump SAM.Game to .NET4.
This commit is contained in:
@@ -31,5 +31,10 @@ namespace SAM.Game.Stats
|
||||
public string IconLocked;
|
||||
public bool IsHidden;
|
||||
public int Permission;
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return string.Format("{0}: {1}", this.Name ?? this.Id ?? base.ToString(), this.Permission);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user