SteamBot
SteamBot copied to clipboard
Console application and bot code should be in separate projects
This would make it possible for users to create their own UserHandlers in a separate project, and still be able to use the example console application (as it stands, this won't compile due to a circular dependency).
It would also make it easier for someone to create a GUI for their bots.
I wouldn't mind doing this and submitting a pull-request, as long as you agree it's a good idea.
This would be awesome because I've been trying to develop a gui for the console logs for a while now.