tangled
alpha
login
or
join now
tacstudios.tngl.sh
/
AloneGame
A game about forced loneliness, made by TACStudios
2
fork
atom
overview
issues
pulls
pipelines
AloneGame
/
Library
/
PackageCache
/
com.unity.visualscripting
/
Runtime
/
VisualScripting.Core
/
Input
/
PressState.cs
at
master
114 B
view raw
1
namespace
Unity.VisualScripting
2
{
3
public
enum
PressState
4
{
5
Hold
,
6
Down
,
7
Up
8
}
9
}