Open Noggog opened 7 months ago
Given a IModelGetter, how would you get a Model?
IModelGetter modelGetter = ...; Weapon mutableWeapon = ...; mutableWeapon.Model = modelGetter
The answer is DeepCopy, but this isn't documented anywhere well. Maybe a Cheatsheet entry, as well as a blurb in the best practices area
Given a IModelGetter, how would you get a Model?
The answer is DeepCopy, but this isn't documented anywhere well. Maybe a Cheatsheet entry, as well as a blurb in the best practices area