Add new property to SetupProperties()

StartRadius property addedd
This commit is contained in:
Russell Johnson
2019-07-03 19:52:02 -05:00
committed by GitHub
parent c0449c7945
commit 9038e63f6c

View File

@@ -222,6 +222,7 @@ def SetupProperties():
setup.append("StartSide")
setup.append("StepOver")
setup.append("EnableRotation")
setup.append("StartRadius")
return setup