13 lines
242 B
C#
13 lines
242 B
C#
using UnityEngine;
|
|
|
|
namespace MTAssets.UltimateLODSystem
|
|
{
|
|
[AddComponentMenu("")]
|
|
public class CurrentRenderPipeline : MonoBehaviour
|
|
{
|
|
public static bool haveAnotherSrpPackages = false;
|
|
|
|
public static string packageDetected = "";
|
|
}
|
|
}
|