C#C
C#2y ago
LudoCrypt

Can I add a field to compiled class?

I'm making a mod for a game and I need to give a class some extra information. I don't have access to how its constructed so I can't do type building. I can't replace dll's because this is a plugin. Is what I need to do possible with those restrictions?
Was this page helpful?