Add virtual method StateChange to ScriptBaseClass
parent
aa51b83fdc
commit
71fdc24f5c
|
@ -128,6 +128,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||||
m_InitialValues = GetVars();
|
m_InitialValues = GetVars();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public virtual void StateChange(string newState)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
public void Close()
|
public void Close()
|
||||||
{
|
{
|
||||||
// m_sponser.Close();
|
// m_sponser.Close();
|
||||||
|
|
Loading…
Reference in New Issue