diff options
author | Jeff Ames | 2008-02-15 00:43:20 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-15 00:43:20 +0000 |
commit | b13836db57f53191b20a60247a59b25888381bea (patch) | |
tree | d3074fd29be0adf822d761b2f2514de0d536c138 /OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs | |
parent | attempt to make our logging at least fail gracefully, we'll see if this helps (diff) | |
download | opensim-SC_OLD-b13836db57f53191b20a60247a59b25888381bea.zip opensim-SC_OLD-b13836db57f53191b20a60247a59b25888381bea.tar.gz opensim-SC_OLD-b13836db57f53191b20a60247a59b25888381bea.tar.bz2 opensim-SC_OLD-b13836db57f53191b20a60247a59b25888381bea.tar.xz |
Update svn properties.
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs b/OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs index eb5b0a6..50b2a5e 100644 --- a/OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs +++ b/OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs | |||
@@ -1,10 +1,10 @@ | |||
1 | using System; | 1 | using System; |
2 | namespace OpenSim.Region.Environment.Interfaces | 2 | namespace OpenSim.Region.Environment.Interfaces |
3 | { | 3 | { |
4 | public interface ITerrainChannel | 4 | public interface ITerrainChannel |
5 | { | 5 | { |
6 | int Height { get; } | 6 | int Height { get; } |
7 | double this[int x, int y] { get; set; } | 7 | double this[int x, int y] { get; set; } |
8 | int Width { get; } | 8 | int Width { get; } |
9 | } | 9 | } |
10 | } | 10 | } |