Files
Fishing2/Assets/MicroVerse-Presets-3/Scripts/MicroVerse Presets 3/Runtime/Extensions/LightValidation.cs
2025-06-05 07:33:02 +08:00

11 lines
283 B
C#

using UnityEngine;
namespace Rowlan.Biomes_Presets_3
{
/// <summary>
/// Used in the Editor to visualize the number of directional lights and to see if more than 1 directional light is active.
/// </summary>
public class LightValidation : MonoBehaviour
{
}
}