What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Custom CC - ObjectManager does not contain Me :(

Nightskine

Member
Joined
Oct 30, 2010
Messages
150
Reaction score
1
Hey guys, quick question from a coding newbie to all the pros out there. I tried to create a custom class for my Warlock and I keep getting the error message about ObjectManager not containing the object Me. It points to this line in my cs file

private static LocalPlayer Me { get { return ObjectManager.Me; } }

Anyone know why? I didn't post the CC because, well ... it's probably silly and overly simple compared to all the great ones out there. I don't even know if it works since I can't test it due to the above error, but I can attach the CC if needed :)

Thanks guys for all the help. Love this program and the forums. Keep up the good work.
 
PHP:
private static LocalPlayer Me { get { return StyxWoW.Me; } }
 
Back
Top