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
/
Reflection
/
IPrewarmable.cs
at
master
106 B
view raw
1
namespace
Unity.VisualScripting
2
{
3
public
interface
IPrewarmable
4
{
5
void
Prewarm
(
)
;
6
}
7
}