mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-08 06:08:20 -05:00
[iw4script] reworked balance to balance based on performance rating [stats] log penalty context to database
10 lines
200 B
C#
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;}
|
|
}
|
|
} |