mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-06 17:58:05 +02:00
Add support for grid chunk removals (#1941)
* Add support for grid chunk removals Also allows grids to be removed when they have no more chunks remaining. * No more crashing pog * Slightly better * Minor optimisations and fix bounds * Avoid creating new chunks for anchoring * chucky * comment * Tests * Remove some logs * Remove another log * Review
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Robust.Client.GameObjects
|
||||
{
|
||||
internal sealed class MapSystem : SharedMapSystem
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user