Health/Assets/ThirdParty/StompyRobot/SRDebugger/Scripts/UI/Other/BugReportPopoverRoot.cs

13 lines
259 B
C#
Raw Normal View History

2023-11-21 08:57:37 +00:00
namespace SRDebugger.UI.Other
{
using SRF;
using UnityEngine;
public class BugReportPopoverRoot : SRMonoBehaviourEx
{
[RequiredField] public CanvasGroup CanvasGroup;
[RequiredField] public RectTransform Container;
}
}