on update and on load order

This commit is contained in:
Alex
2025-01-11 18:30:38 +00:00
parent 18c901c2af
commit d5958dff31
14 changed files with 50 additions and 38 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ using Core.Utils;
namespace Core.Callbacks;
[Injectable]
[Injectable(InjectableTypeOverride = typeof(OnUpdate), TypePriority = OnUpdateOrder.InsuranceCallbacks)]
public class InsuranceCallbacks : OnUpdate
{
protected InsuranceController _insuranceController;