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