mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Work on GUI
There is still a long way till it's done...
This commit is contained in:
8
ArchiSteamFarm/Events.cs
Normal file
8
ArchiSteamFarm/Events.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using SteamKit2;
|
||||
|
||||
namespace ArchiSteamFarm {
|
||||
internal static class Events {
|
||||
internal static void OnStateUpdated(Bot bot, SteamFriends.PersonaStateCallback callback) {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user