This commit is contained in:
JustArchi 2022-06-27 12:28:06 +02:00
parent 0ecb04e62c
commit be5a6bc27a
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA

View file

@ -20,11 +20,9 @@
// limitations under the License.
using System;
using System.Diagnostics.CodeAnalysis;
using System.Threading.Tasks;
using ArchiSteamFarm.Web;
using ArchiSteamFarm.Web.Responses;
using Newtonsoft.Json;
namespace ArchiSteamFarm.CustomPlugins.ExamplePlugin;