[application] added chat context to profile page

[iw4script] reworked balance to balance based on performance rating
[stats] log penalty context to database
This commit is contained in:
RaidMax
2018-06-05 16:31:36 -05:00
parent ba023ceeb5
commit e60f612f95
37 changed files with 1390 additions and 170 deletions

View File

@ -12,6 +12,7 @@ namespace SharedLibraryCore.Dtos
public string WhenString => Utilities.GetTimePassed(When, false);
public string Key { get; set; }
public dynamic Value { get; set; }
public string Extra { get; set; }
public virtual string Class => Value.GetType().ToString();
}
}

View File

@ -5,5 +5,6 @@ namespace SharedLibraryCore.Dtos
{
public bool Sensitive { get; set; }
public bool Show { get; set; } = true;
}
public int Id {get;set;}
}
}