projects
/
AmongUs
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Client
/
Assembly-CSharp
/
DragState.cs
blob: 6b99f71d03870e5a5102bb61a4217a0dbaa35bd4 (
plain
)
1
2
3
4
5
6
7
8
9
using System; public enum DragState { NoTouch, TouchStart, Dragging, Released }