Files
2026-04-28 16:48:04 +08:00

11 lines
227 B
C#

using System;
using NUnit.Framework;
namespace Unity.RenderStreaming.RuntimeTest
{
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
internal class LongRunningAttribute : CategoryAttribute
{
}
}