Bump SAM.Game to .NET4.

This commit is contained in:
gibbed
2017-11-24 08:57:04 -06:00
parent ec28921bc7
commit 66213562f1
4 changed files with 38 additions and 3 deletions

View File

@@ -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);
}
}
}