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:
8a656b3cc4
Branches
Tags
×
develop
DungeonShooting
/
DungeonShooting_Godot
/
src
/
framework
/ IData.cs
小李xl
on 15 Aug 2023
99 bytes
创建房间标记, 开发中
Raw
Blame
History
/// <summary>
/// 数据接口
/// </summary>
public
interface
IData
<
T
>
{
T
Data
{
get
;
}
}