IW4M-Admin/SharedLibraryCore/Dtos/SharedInfo.cs
RaidMax e3dba96d72 [sharedlibrary] add client meta
[application] add gravatar command
2018-06-01 23:48:10 -05:00

9 lines
171 B
C#

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