Files
Continentis/Assets/OtherPlugins/UI Spline Renderer/Example/Scripts/DragPortExample.cs

9 lines
164 B
C#
Raw Normal View History

2025-11-25 21:49:03 -05:00
using UnityEngine;
namespace UI_Spline_Renderer.Example
{
public class DragPortExample : MonoBehaviour
{
// This is a just marker script
}
}