private void Awake()
        {
            Instance = this;

            QSB.Helper.Events.Subscribe <PlayerResources>(OWML.Common.Events.AfterStart);
            QSB.Helper.Events.Event += OnEvent;
        }
 public void Awake() => Instance = this;