testss
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Unity.VisualScripting
|
||||
{
|
||||
public interface IDefaultValue<out T>
|
||||
{
|
||||
T defaultValue { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user