Okay, so I decided to start injecting my code into WoW. I was wondering if there was a way to set a delegate object's address? For example:
unsafe public void main()
{
delegate void condition(bool value);
condition * con = (condition*)0x1337;
}
Can you do this somehow? This is just how I thought it would be =/