DummyWireComponent (#3011)

* DummyWireComponent

* connector wire proto names

* comment fix

* Uses IMapInit

* Removes unused icon components

* Moves component to client

* Renames component

Co-authored-by: py01 <pyronetics01@gmail.com>
This commit is contained in:
py01
2021-01-18 04:51:16 -06:00
committed by GitHub
parent 2172d00409
commit a7354f8e0d
4 changed files with 135 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
namespace Content.Server
namespace Content.Server
{
public static class IgnoredComponents
@@ -18,6 +18,7 @@
"Clickable",
"RadiatingLight",
"Icon",
"ClientEntitySpawner"
};
}