gc / citizens

BSD 2-Clause "Simplified" License
7 stars 2 forks source link

Optimize Entities List #21

Closed Diabolickal closed 1 year ago

Diabolickal commented 1 year ago

Currently, we are maintaining two separate lists of two different entity types. We should consolidate all of them into a single entity list within the region class and have that be the centralized fetch location for all the other classes. This would eliminate the potential of mismatched lists and the subsequent bugs that may be caused by that happening.