Remove FluentResults, documentation
This commit is contained in:
@@ -2,10 +2,14 @@ using System.Collections;
|
||||
|
||||
namespace PkmnLib.Dynamic.ScriptHandling;
|
||||
|
||||
/// <summary>
|
||||
/// Iterator to figure out the scripts to run.
|
||||
/// </summary>
|
||||
public class ScriptIterator : IEnumerable<ScriptContainer>
|
||||
{
|
||||
private readonly IReadOnlyList<IEnumerable<ScriptContainer>> _scripts;
|
||||
|
||||
/// <inheritdoc cref="ScriptIterator"/>
|
||||
public ScriptIterator(IReadOnlyList<IEnumerable<ScriptContainer>> scripts)
|
||||
{
|
||||
_scripts = scripts;
|
||||
|
||||
Reference in New Issue
Block a user