Files
2025-06-09 23:23:13 +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
{
}
}