add penalties for angle info
queue Tell/Say to prevent plugins from throwing exception when server is offlline fixed CPU usage issue over time sort penalties by type on webfront
This commit is contained in:
13
WebfrontCore/ViewModels/PenaltyFilterInfo.cs
Normal file
13
WebfrontCore/ViewModels/PenaltyFilterInfo.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace WebfrontCore.ViewModels
|
||||
{
|
||||
public class PenaltyFilterInfo
|
||||
{
|
||||
public int Offset { get; set; }
|
||||
public SharedLibraryCore.Objects.Penalty.PenaltyType ShowOnly { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user