AdvizeGH / Advize_ValheimMods

Game modifications for Valheim
GNU General Public License v3.0
15 stars 16 forks source link

Add CopyFields extension method to facilitate creating default piece clones #14

Closed searica closed 10 months ago

searica commented 10 months ago

Adds an extension method that uses reflection to copy all field values from one object to another. Intended for use as a way to reset piece components to their pre-initialization states when re-initializing piece components after configuration settings have been updated in-game.

AdvizeGH commented 10 months ago

Looks great! Thanks again for sharing. Will hopefully implement it in time for 1.16.0 release.