11 lines
283 B
C#
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
|
|
{
|
|
}
|
|
} |