Remove FluentResults, documentation
This commit is contained in:
@@ -2,8 +2,14 @@ using System.Runtime.CompilerServices;
|
||||
|
||||
namespace PkmnLib.Dynamic.ScriptHandling;
|
||||
|
||||
/// <summary>
|
||||
/// Helper functions for script execution.
|
||||
/// </summary>
|
||||
public static class ScriptExecution
|
||||
{
|
||||
/// <summary>
|
||||
/// Executes a hook on all scripts in a source.
|
||||
/// </summary>
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public static void RunScriptHook(this IScriptSource source, Action<Script> hook)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user