// Implement this method in a buddy class to set properties that are specific to 'MiningToolSkin' (if any) partial void Merge(MiningToolSkin entity, SkinDTO dto, object state);
/// <inheritdoc /> public GatheringToolSkin Convert(SkinDTO value, object state) { var entity = new MiningToolSkin(); this.Merge(entity, value, state); return entity; }