dashboard
repositories
filestore
activity
search
login
main
/
GemBattle
宝石塔防
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
释放眩晕技能宝石,泡泡炸弹没有判断距离的bug
chenxin
2020-11-21
1ac26c01ffdc426d1e5db2950260e97c540ad1ed
[GemBattle.git]
/
Assets
/
Tools
/
EnhancedScroller v2
/
Demos
/
07 Refreshing
/
Data.cs
1
2
3
4
5
6
7
8
9
10
namespace EnhancedScrollerDemos.RefreshDemo
{
/// <summary>
/// Super simple data class to hold information for each cell.
/// </summary>
public class Data
{
public string someText;
}
}