This repository has been archived on 2026-07-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
UIGraphRenderer/Runtime/Graph/DirectedAcyclicXUIGraphRenderer.cs
2026-04-30 08:57:45 +08:00

14 lines
254 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace XericLibrary.Runtime.UIGraph
{
/// <summary>
///
/// </summary>
public class DirectedAcyclicXUIGraphRenderer : MonoBehaviour
{
}
}