dashboard
repositories
filestore
activity
search
login
main
/
GemBattle
宝石塔防
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
到购买二级宝石的时间,刷新下购买按钮显示
chenxin
2020-12-08
ff228d1c9534d6e66b241563fd31eb81af8a38d2
[GemBattle.git]
/
Assets
/
Scripts
/
Core
/
Input
/
TouchInfo.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace Core.Input
{
/// <summary>
/// Touch info
/// </summary>
public class TouchInfo : PointerActionInfo
{
/// <summary>
/// Our touch ID
/// </summary>
public int touchId;
}
}