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,5 +1,3 @@
using System.Collections.Generic;
namespace PkmnLib.Plugin.Gen7.Scripts.Side;
[Script(ScriptCategory.Side, "doom_desire_effect")]

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,3 @@
using System.Collections.Generic;
using PkmnLib.Dynamic.BattleFlow;
namespace PkmnLib.Plugin.Gen7.Scripts.Side;

View File

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

View File

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