Made ScriptSponsor serializable
parent
f1f4b16bc8
commit
e2b6ad4d5f
|
@ -5,6 +5,7 @@ using System.Text;
|
||||||
|
|
||||||
namespace OpenSim.Region.ScriptEngine.Shared.Api.Runtime
|
namespace OpenSim.Region.ScriptEngine.Shared.Api.Runtime
|
||||||
{
|
{
|
||||||
|
[Serializable]
|
||||||
public class ScriptSponsor: ISponsor
|
public class ScriptSponsor: ISponsor
|
||||||
{
|
{
|
||||||
// In theory: I execute, therefore I am.
|
// In theory: I execute, therefore I am.
|
||||||
|
|
Loading…
Reference in New Issue