using UnityEngine; namespace SLSUtilities.General { public interface ICloneable { T Clone(); } }