Overall; fixed design of IState.cs and IReadOnlyState.cs, and fixed namespaces in Beam.Abstractions to remove all references of Beam.Abstract.

This commit is contained in:
qwsdcvghyu89
2025-09-26 14:21:38 +10:00
parent 67c6a46b09
commit db9bdecea6
20 changed files with 42 additions and 41 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
using Beam.Abstractions;
using Beam.Models;
using Beam.Models;
using HtmlAgilityPack;
using Beam.Playwright;
using Beam.Stealth;
using Beam;
using Beam.Abstractions;
using Beam.Downloaders;
namespace Beam.Fluent {