GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
root
/
DungeonShooting
Transfer to URL with SHA
Find file
Newer
Older
tree:
fe5c9ee5eb
Branches
Tags
×
develop
DungeonShooting
/
DungeonShooting_Godot
/
src
/
framework
/ IClone.cs
小李xl
on 24 Jun 2023
113 bytes
将玩家血条改为单颗红心
Raw
Blame
History
public
interface
IClone
<
T
>
{
/// <summary>
/// 克隆当前对象
/// </summary>
T
Clone
();
}