Fixes all warnings
All checks were successful
Build / Build (push) Successful in 49s

This commit is contained in:
2025-05-19 11:50:51 +02:00
parent 015e5819f3
commit eea5697109
125 changed files with 11 additions and 186 deletions

View File

@@ -1,4 +1,3 @@
using System.Collections.Generic;
using PkmnLib.Static.Utils;
namespace PkmnLib.Plugin.Gen7.Scripts.Battle;

View File

@@ -1,5 +1,3 @@
using System.Collections.Generic;
namespace PkmnLib.Plugin.Gen7.Scripts.Battle;
[Script(ScriptCategory.Battle, "magic_room")]

View File

@@ -1,6 +1,4 @@
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using PkmnLib.Dynamic.BattleFlow;
namespace PkmnLib.Plugin.Gen7.Scripts.Battle;