Microwave ECS (#10766)

* microwave ECS

* allcomponentdelete etset

ack

* container purge
This commit is contained in:
Nemanja
2022-08-27 19:40:29 -04:00
committed by GitHub
parent f442fb044e
commit 32abdf5f00
23 changed files with 535 additions and 922 deletions

View File

@@ -129,7 +129,6 @@ public sealed class PrototypeSaveTest
"UniformPrinter",
"OreProcessor",
"MedicalScanner",
"KitchenMicrowave",
"MagazinePistolSubMachineGunTopMounted",
"Recycler",
"EpinephrineChemistryBottle",
@@ -235,7 +234,7 @@ public sealed class PrototypeSaveTest
{
uid = entityMan.SpawnEntity(prototype.ID, testLocation);
server.RunTicks(1);
// get default prototype data
Dictionary<string, MappingDataNode> protoData = new();
try