public void Import(RegistryShard shard) { if (shard.BinPrefix != null) { BinPrefix = shard.BinPrefix; } if (shard.Language != null) { Language = shard.Language; } if (shard.Path != null) { Path = shard.Path; } if (shard.Hooks != null) { Hooks.AddRange(shard.Hooks); } }