private void FillComponentDict() { foreach (var refType in _componentFactory.GetAllRefTypes()) { _dictComponents.Add(refType, new Dictionary <EntityUid, Component>()); } }