using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tango.Scripting
{
/// <summary>
/// Represents a base class for a global object which will be embedded in the scripting engine.
/// </summary>
public abstract class OnExecuteParameters
{
}
}