大修
This commit is contained in:
9
Assets/Scripts/SLSUtilities/General/ICloneable.cs
Normal file
9
Assets/Scripts/SLSUtilities/General/ICloneable.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace SLSUtilities.General
|
||||
{
|
||||
public interface ICloneable<out T>
|
||||
{
|
||||
T Clone();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user