dashboard
repositories
filestore
activity
search
login
main
/
GemBattle
宝石塔防
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Load页面增加进度条
wangguan
2020-11-05
ac7a95d834b4ef2f5904f54bd4173002b6ff52b7
[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;
}
}