mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
refine webfront pages
finish refactor of penalty information/profile optimize pull penalty query start impl of quick message mapping
This commit is contained in:
@ -3,8 +3,8 @@ namespace SharedLibraryCore.Dtos
|
||||
{
|
||||
public class SharedInfo
|
||||
{
|
||||
public bool Sensitive { get; set; }
|
||||
public virtual bool Sensitive { get; set; }
|
||||
public bool Show { get; set; } = true;
|
||||
public int Id {get;set;}
|
||||
}
|
||||
public int Id { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user