mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 07:26:16 +08:00
Fix the omission on the interface declaration
This commit is contained in:
@@ -46,7 +46,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// </summary>
|
||||
event ScriptCommand OnScriptCommand;
|
||||
|
||||
void RegisterScriptInvocation(object target, MethodInfo mi);
|
||||
void RegisterScriptInvocation(object target, string method);
|
||||
Delegate[] GetScriptInvocationList();
|
||||
|
||||
Delegate LookupScriptInvocation(string fname);
|
||||
|
||||
Reference in New Issue
Block a user