mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Namespace Update (SLC/Data Ignored)
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using Data.Models;
|
||||
using IW4MAdmin.Plugins.Stats.Client.Abstractions;
|
||||
using IW4MAdmin.Plugins.Stats.Client.Game;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using SharedLibraryCore.Interfaces;
|
||||
using Stats.Client.Abstractions;
|
||||
using Stats.Client.Game;
|
||||
using ILogger = Microsoft.Extensions.Logging.ILogger;
|
||||
|
||||
namespace Stats.Client;
|
||||
namespace IW4MAdmin.Plugins.Stats.Client;
|
||||
|
||||
public class HitInfoBuilder : IHitInfoBuilder
|
||||
{
|
||||
|
Reference in New Issue
Block a user