using UnityEngine;
namespace RoR2.HudOverlay;
public struct OverlayCreationParams
{
public GameObject prefab;
public string childLocatorEntry;
}