update script helper method name
This commit is contained in:
parent
af2925287d
commit
99e0990770
@ -57,7 +57,7 @@ public class ScriptPluginHelper
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public void RequestNotify(int delayMs, Delegate callback)
|
public void RequestNotifyAfterDelay(int delayMs, Delegate callback)
|
||||||
{
|
{
|
||||||
Task.Run(async () =>
|
Task.Run(async () =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user