Add box selection history

This commit is contained in:
Redo
2025-07-19 01:33:47 -07:00
parent bd51faa3e7
commit f88dbceb61
8 changed files with 91 additions and 51 deletions

View File

@ -143,10 +143,10 @@ function NDM_PlantCopy::onCancelBrick(%this, %client)
}
//Paste Selection
function NDM_PlantCopy::onPaste(%this, %client)
{
%this.onPlantBrick(%client);
}
//function NDM_PlantCopy::onPaste(%this, %client)
//{
// %this.onPlantBrick(%client);
//}