public static void NotifyInventoryClose()
 {
     OnPlayerActivated?.Invoke();
     OnInventoryClosed?.Invoke();
 }
 public static void NotifyPlayerActivation()
 {
     OnPlayerActivated?.Invoke();
 }