Car/Assets/StompyRobot/SRDebugger/Scripts/UI/Other/BugReportPopoverRoot.cs

13 lines
259 B
C#
Raw Permalink Normal View History

2025-01-02 11:32:58 +08:00
namespace SRDebugger.UI.Other
{
using SRF;
using UnityEngine;
public class BugReportPopoverRoot : SRMonoBehaviourEx
{
[RequiredField] public CanvasGroup CanvasGroup;
[RequiredField] public RectTransform Container;
}
}