IW4M-Admin/SharedLibraryCore/Dtos/SharedInfo.cs
RaidMax e60f612f95 [application] added chat context to profile page
[iw4script] reworked balance to balance based on performance rating
[stats] log penalty context to database
2018-06-05 16:31:36 -05:00

10 lines
200 B
C#

namespace SharedLibraryCore.Dtos
{
public class SharedInfo
{
public bool Sensitive { get; set; }
public bool Show { get; set; } = true;
public int Id {get;set;}
}
}