dashboard
repositories
filestore
activity
search
login
main
/
GemBattle
宝石塔防
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
暴击飘字数值
chenxin
2020-12-03
513df7ede07913b22f3091fec5221e2bc2eadd74
[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;
}
}