This website requires JavaScript.
Explore
Help
Register
Sign In
Nurul_Maulidya
/
MIF_E31222586
Watch
1
Star
0
Fork
You've already forked MIF_E31222586
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
MIF_E31222586
/
Library
/
PackageCache
/
com.unity.visualscripting@7...
/
Runtime
/
VisualScripting.Flow
/
IDefaultValue.cs
8 lines
122 B
C#
Raw
Permalink
Blame
History
namespace
Unity.VisualScripting
{
public
interface
IDefaultValue
<
out
T
>
{
T
defaultValue
{
get
;
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink