Cleaned up project with better structure.
This commit is contained in:
@@ -36,7 +36,6 @@ public class HarvestNode : ProgramNode
|
||||
|
||||
public override void ReadParameters(NodeDisplay display)
|
||||
{
|
||||
//Currently does nothing
|
||||
}
|
||||
|
||||
public override ProgramNode Duplicate()
|
||||
@@ -47,11 +46,10 @@ public class HarvestNode : ProgramNode
|
||||
|
||||
public override void Setup(NodeDisplay display)
|
||||
{
|
||||
//Currently does nothing
|
||||
}
|
||||
|
||||
public override string Save()
|
||||
{
|
||||
return $"Name: {DisplayText}";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user