mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-08 14:18:20 -05:00
finish refactor of penalty information/profile optimize pull penalty query start impl of quick message mapping
10 lines
215 B
C#
10 lines
215 B
C#
|
|
namespace SharedLibraryCore.Dtos
|
|
{
|
|
public class SharedInfo
|
|
{
|
|
public virtual bool Sensitive { get; set; }
|
|
public bool Show { get; set; } = true;
|
|
public int Id { get; set; }
|
|
}
|
|
} |