11 lines
222 B
C#
11 lines
222 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace OpenSim.ScriptEngine.Shared
|
|
{
|
|
public interface IScriptEventProvider : IScriptEngineComponent, IScriptEngineRegionComponent
|
|
{
|
|
|
|
}
|
|
} |