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

14 lines
222 B
C#

using UnityEditor.PackageManager; //StatusCode
namespace Unity.RenderStreaming.Editor
{
internal interface IRequestJob
{
StatusCode Update();
}
} //namespace Unity.RenderStreaming.Editor