Did I forget to add IScript.cs? Yes I did...
parent
37446b0392
commit
489803e6bc
|
@ -0,0 +1,12 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace OpenSim.Region.ScriptEngine.Common
|
||||||
|
{
|
||||||
|
public interface IScript
|
||||||
|
{
|
||||||
|
string State();
|
||||||
|
Executor Exec { get; }
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue