Shared subfloor system (#3590)

* Shared subfloor system

Will also cull the broadphase for server a lot.

* Nullable subfloor

* Snapgrid nullable

* Actually use ComponentDependency

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
metalgearsloth
2021-03-13 14:46:22 +11:00
committed by GitHub
parent 67d79a13db
commit 2f8bd10b47
6 changed files with 31 additions and 32 deletions

View File

@@ -1,4 +1,5 @@
using System;
using Content.Shared.GameObjects.Components;
using Content.Shared.GameObjects.Components.Disposal;
using JetBrains.Annotations;
using Robust.Client.GameObjects;