mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Optimized usings
* Shortened type references * Removed redundant 'this' qualifier
This commit is contained in:
@@ -43,4 +43,4 @@ namespace OpenSim.Region.Environment.Scenes.Scripting
|
||||
LLVector3 AbsolutePosition { get; }
|
||||
void SetText(string text, Vector3 color, double alpha);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -85,4 +85,4 @@ namespace OpenSim.Region.Environment.Scenes.Scripting
|
||||
Console.WriteLine("Tried to SetText [{0}] on NullScriptHost", text);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user