1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

increased max events for event api to 100

added GameInfo to EventInfo class
make sure score gets updated properly after authentication
This commit is contained in:
RaidMax
2018-07-30 19:31:00 -05:00
parent 3684ed2032
commit def22f20fb
7 changed files with 6421 additions and 18 deletions

View File

@ -8,6 +8,7 @@ namespace SharedLibraryCore.Dtos
/// </summary>
public class EventInfo
{
public EntityInfo GameInfo { get; set; }
public EntityInfo OriginEntity { get; set; }
public EntityInfo TargetEntity { get; set; }
public EntityInfo EventType { get; set; }