* Optimized usings

* shortened references
* Removed redundant 'this'
* Normalized EOF
This commit is contained in:
lbsa71
2007-12-27 21:41:48 +00:00
parent d508d77122
commit efd90b56b7
277 changed files with 4685 additions and 4408 deletions

View File

@@ -26,10 +26,10 @@
*
*/
using libsecondlife;
using libsecondlife;
namespace OpenSim.Region.Capabilities
{
{
[LLSDMap]
public class LLSDTaskScriptUpdate
{
@@ -37,15 +37,15 @@ namespace OpenSim.Region.Capabilities
/// The item containing the script to update
/// </summary>
public LLUUID item_id;
/// <summary>
/// The task containing the script
/// </summary>
public LLUUID task_id;
/// <summary>
/// Signals whether the script is currently active
/// </summary>
public int is_script_running;
}
}
}