This website requires JavaScript.
Explore
Help
Register
Sign In
Soullies
/
Cielonos
Watch
1
Star
0
Fork
0
You've already forked Cielonos
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
76f498ae2b01e0beb3f5355b7f859eb2487a00fd
Cielonos
/
Assets
/
Scripts
/
SLSUtilities
/
General
/
ICloneable.cs
10 lines
125 B
C#
Raw
Normal View
History
Unescape
Escape
initial
2025-11-25 08:19:33 -05:00
using
UnityEngine
;
完善
2026-02-13 09:22:11 -05:00
namespace
SLSUtilities.General
initial
2025-11-25 08:19:33 -05:00
{
public
interface
ICloneable
<
out
T
>
{
T
Clone
(
)
;
}
}
Reference in New Issue
Copy Permalink