T type logging
This commit is contained in:
@@ -14,9 +14,9 @@ namespace Core.Callbacks;
|
||||
[Injectable(InjectableTypeOverride = typeof(OnUpdate), TypePriority = OnUpdateOrder.HideoutCallbacks)]
|
||||
public class HideoutCallbacks : OnUpdate
|
||||
{
|
||||
private readonly HideoutController _hideoutController;
|
||||
private readonly ConfigServer _configServer;
|
||||
private readonly HideoutConfig _hideoutConfig;
|
||||
protected HideoutController _hideoutController;
|
||||
protected ConfigServer _configServer;
|
||||
protected HideoutConfig _hideoutConfig;
|
||||
|
||||
public HideoutCallbacks
|
||||
(
|
||||
|
||||
@@ -8,8 +8,8 @@ namespace Core.Callbacks;
|
||||
[Injectable(InjectionType.Singleton, InjectableTypeOverride = typeof(OnLoad), TypePriority = OnLoadOrder.HttpCallbacks)]
|
||||
public class HttpCallbacks : OnLoad
|
||||
{
|
||||
private readonly HttpServer _httpServer;
|
||||
private readonly ApplicationContext _applicationContext;
|
||||
protected HttpServer _httpServer;
|
||||
protected ApplicationContext _applicationContext;
|
||||
public HttpCallbacks(HttpServer httpServer, ApplicationContext applicationContext)
|
||||
{
|
||||
_httpServer = httpServer;
|
||||
|
||||
Reference in New Issue
Block a user