I was looking at the FightAtJoe's combat routine and I noticed he did a lot of C# code. He seemed to be interacting with some Buddy API. I am a C# developer and I would like to do the same thing.
Here's an example of what JoeBrewski did in C#:
I want to be able to do the same thing. Where can I download those DLLs?
Here's an example of what JoeBrewski did in C#:
Code:
using Buddy.BehaviorTree;
using Buddy.Common.Math;
using Buddy.CommonBot;
using Buddy.Swtor;
using Action = Buddy.BehaviorTree.Action;
I want to be able to do the same thing. Where can I download those DLLs?