1
This commit is contained in:
@@ -17,6 +17,11 @@ namespace Net.Project.B.WorldNode
|
||||
[SerializeReference, SubclassSelector]
|
||||
#endif
|
||||
private IReference itemPath;
|
||||
public string ItemPath => itemPath.Value;
|
||||
|
||||
public string ItemPath
|
||||
{
|
||||
get => itemPath.Value;
|
||||
set => itemPath = new Reference(value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user