diff options
author | Jeff Ames | 2010-01-04 06:10:45 +0900 |
---|---|---|
committer | Jeff Ames | 2010-01-04 06:17:30 +0900 |
commit | 70d5b1c34cf2eb6621f383169fdee03966850762 (patch) | |
tree | 18bf786a4c0897cb24fa9ceef5f53d5ce345a78f /OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IObject.cs | |
parent | Add virtual method StateChange to ScriptBaseClass (diff) | |
download | opensim-SC-70d5b1c34cf2eb6621f383169fdee03966850762.zip opensim-SC-70d5b1c34cf2eb6621f383169fdee03966850762.tar.gz opensim-SC-70d5b1c34cf2eb6621f383169fdee03966850762.tar.bz2 opensim-SC-70d5b1c34cf2eb6621f383169fdee03966850762.tar.xz |
Formatting cleanup. Add copyright headers.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IObject.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IObject.cs b/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IObject.cs index 9d64667..30580e7 100644 --- a/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IObject.cs +++ b/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IObject.cs | |||
@@ -179,8 +179,8 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule | |||
179 | /// </summary> | 179 | /// </summary> |
180 | /// <param name="msg">The message to send to the user</param> | 180 | /// <param name="msg">The message to send to the user</param> |
181 | void Say(string msg); | 181 | void Say(string msg); |
182 | 182 | ||
183 | void Say(string msg,int channel); | 183 | void Say(string msg,int channel); |
184 | 184 | ||
185 | //// <value> | 185 | //// <value> |
186 | /// Grants access to the objects inventory | 186 | /// Grants access to the objects inventory |