.NET Format Style Fixes
This commit is contained in:
@@ -6,9 +6,7 @@ using SPTarkov.Server.Core.Utils;
|
||||
namespace SPTarkov.Server.Core.Callbacks;
|
||||
|
||||
[Injectable]
|
||||
public class BundleCallbacks(
|
||||
HttpResponseUtil _httpResponseUtil,
|
||||
BundleLoader _bundleLoader)
|
||||
public class BundleCallbacks(HttpResponseUtil _httpResponseUtil, BundleLoader _bundleLoader)
|
||||
{
|
||||
/// <summary>
|
||||
/// Handle singleplayer/bundles
|
||||
|
||||
Reference in New Issue
Block a user