Add virtual method StateChange to ScriptBaseClass
parent
0d9591bf35
commit
9f273717a2
|
@ -126,6 +126,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