How can I add a field to an Enum? #962
Unanswered
untold-titan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to write a mod for a unity game, and I'm using cecil to edit the main assembly of the game.
This is the code I'm using:
I have double checked using dotPeek to make sure that 114 is a valid constant value (eg incrementing the previous ones)
This is the class I'm editing:
Beta Was this translation helpful? Give feedback.
All reactions