using UnityEngine; namespace LunaWolfStudios.ScriptableSheets.Samples.ComponentPresets { public interface IComponentPreset { void Apply(Object obj); } }