dashboard
repositories
filestore
activity
search
login
main
/
GemBattle
宝石塔防
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
打安卓包
chenxin
2020-11-18
8e2286bc3f5f237dc628b828ffcfe25ef61b2a97
[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;
}
}