[1.1.2624] Replace MapMeshFlag enum with def?

Started by Fluffy (l2032), May 17, 2020, 04:55:22 PM

Previous topic - Next topic

Fluffy (l2032)

Enums are hardcoded and make modding harder. Please consider replacing this enum with a def-based system. I do realize that this might be a performance-sensitive area, but perhaps something smart could be done. For example, generating a bitmask from defs at game start should be possible?

ison