Made ScriptSponsor serializable

0.6.1-post-fixes
Tedd Hansen 2008-11-26 13:25:56 +00:00
parent f1f4b16bc8
commit e2b6ad4d5f
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ using System.Text;
namespace OpenSim.Region.ScriptEngine.Shared.Api.Runtime
{
[Serializable]
public class ScriptSponsor: ISponsor
{
// In theory: I execute, therefore I am.