using System; using UnityEngine; namespace Misaki.ArtToolEditor { [Serializable] public struct LightPreset { public string Name; public Light Light; } }