This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
using System.Diagnostics;
|
||||
using PkmnLib.Dynamic.Models;
|
||||
using PkmnLib.Dynamic.Models.Choices;
|
||||
using PkmnLib.Dynamic.ScriptHandling.Registry;
|
||||
using PkmnLib.Static;
|
||||
using PkmnLib.Static.Moves;
|
||||
using PkmnLib.Static.Utils;
|
||||
|
||||
namespace PkmnLib.Dynamic.ScriptHandling;
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace PkmnLib.Dynamic.ScriptHandling;
|
||||
public class ScriptIterator : IEnumerable<ScriptContainer>
|
||||
{
|
||||
private readonly IReadOnlyList<IEnumerable<ScriptContainer>> _scripts;
|
||||
private int _currentIndex = 0;
|
||||
private int _currentIndex;
|
||||
|
||||
/// <inheritdoc cref="ScriptIterator"/>
|
||||
public ScriptIterator(IReadOnlyList<IEnumerable<ScriptContainer>> scripts)
|
||||
|
||||
Reference in New Issue
Block a user