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