Can i convert a position from an Enum into a position with the same name in another one?

Hello. I have two Enums and lots of their positions have the same names. Can i take a position of one Enum and connect to another one to change its logic?

If memory serves you have to convert to string then back to byte.

1 Like