Closed mwmharrington closed 6 years ago
Provide an API to clear all stumps from a StumpsServer instance:
Example:
var server = new StumpsServer(); server.DeleteAllStumps();
Completed and added to v0.4
Provide an API to clear all stumps from a StumpsServer instance:
Example: