1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-14 00:58:18 -05:00
This commit is contained in:
RaidMax
2018-03-06 12:33:07 -06:00
parent 4d66d0fff9
commit 2f81d0e764
4 changed files with 3 additions and 367 deletions

View File

@ -1,17 +0,0 @@
using SharedLibrary.Objects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace StatsPlugin.Cheat
{
class DetectionPenaltyResult
{
public Penalty.PenaltyType ClientPenalty { get; set; }
public double RatioAmount { get; set; }
public IW4Info.HitLocation Bone { get; set; }
public int KillCount { get; set; }
}
}