mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -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:
@ -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; }
|
||||
|
Reference in New Issue
Block a user