update script helper method name

This commit is contained in:
RaidMax 2023-04-05 22:27:48 -05:00
parent af2925287d
commit 99e0990770

View File

@ -57,7 +57,7 @@ public class ScriptPluginHelper
});
}
public void RequestNotify(int delayMs, Delegate callback)
public void RequestNotifyAfterDelay(int delayMs, Delegate callback)
{
Task.Run(async () =>
{