Files
2026-03-04 10:03:45 +08:00

13 lines
242 B
C#

using UnityEngine;
namespace MTAssets.UltimateLODSystem
{
[AddComponentMenu("")]
public class CurrentRenderPipeline : MonoBehaviour
{
public static bool haveAnotherSrpPackages = false;
public static string packageDetected = "";
}
}