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
/
Graphs
/
IGraphItem.cs
at
master
110 B
view raw
1
namespace
Unity.VisualScripting
2
{
3
public
interface
IGraphItem
4
{
5
IGraph
graph
{
get
;
}
6
}
7
}