diff options
author | Jeff Ames | 2009-07-01 23:37:09 +0000 |
---|---|---|
committer | Jeff Ames | 2009-07-01 23:37:09 +0000 |
commit | 1d01d6d919ec55e59d5c9b20a978aa6b802bd45d (patch) | |
tree | 8a76a2c91c3c6ea1b34d5564cb6e8bc5efed0883 /OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IObject.cs | |
parent | Add copyright headers. (diff) | |
download | opensim-SC-1d01d6d919ec55e59d5c9b20a978aa6b802bd45d.zip opensim-SC-1d01d6d919ec55e59d5c9b20a978aa6b802bd45d.tar.gz opensim-SC-1d01d6d919ec55e59d5c9b20a978aa6b802bd45d.tar.bz2 opensim-SC-1d01d6d919ec55e59d5c9b20a978aa6b802bd45d.tar.xz |
Formatting cleanup.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IObject.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IObject.cs b/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IObject.cs index 1be3b71..f45df48 100644 --- a/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IObject.cs +++ b/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IObject.cs | |||
@@ -179,10 +179,10 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule | |||
179 | /// <param name="msg">The message to send to the user</param> | 179 | /// <param name="msg">The message to send to the user</param> |
180 | void Say(string msg); | 180 | void Say(string msg); |
181 | 181 | ||
182 | //// <value> | 182 | //// <value> |
183 | /// Grants access to the objects inventory | 183 | /// Grants access to the objects inventory |
184 | /// </value> | 184 | /// </value> |
185 | IObjectInventory Inventory { get; } | 185 | IObjectInventory Inventory { get; } |
186 | } | 186 | } |
187 | 187 | ||
188 | public enum PhysicsMaterial | 188 | public enum PhysicsMaterial |