dninemfive / wn-9id

WARNO mod implementing the 9th Infantry Division (Motorized).
Other
0 stars 0 forks source link

Generic `copy_descriptor` method #38

Open dninemfive opened 13 hours ago

dninemfive commented 13 hours ago

Many descriptors have a DescriptorId field which should be a unique GUID. When copied, this should ideally be updated; right now this is handled as needed, but doing it in a central place (perhaps a method on ModCreationContext or its GuidManager) would reduce reused code and prevent errors.