A lightweight ETL (extract, transform, load) library and data integration toolbox for .NET.
-
Updated
Sep 24, 2020 - C#
Add a description, image, and links to the csharp-core topic page so that developers can more easily learn about it.
To associate your repository with the csharp-core topic, visit your repo's landing page and select "manage topics."
Looks like Region takes Areas and breaks them down into non-overlapping rectangles.
We should just do this directly in BaseRegion so we are only storing one set.
This will make more sense after the BaseRegion Spawn code is removed entirely.