Work on GUI

There is still a long way till it's done...
This commit is contained in:
JustArchi
2016-08-02 12:13:15 +02:00
parent 612abef327
commit 6bd161359f
15 changed files with 621 additions and 65 deletions

8
ArchiSteamFarm/Events.cs Normal file
View File

@@ -0,0 +1,8 @@
using SteamKit2;
namespace ArchiSteamFarm {
internal static class Events {
internal static void OnStateUpdated(Bot bot, SteamFriends.PersonaStateCallback callback) {
}
}
}