* Fixed accessibility problem on ITerrainChannel

ThreadPoolClientBranch
Adam Frisby 2008-02-14 17:23:29 +00:00
parent 4616563cc4
commit e1d9275610
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
using System; using System;
namespace OpenSim.Region.Environment.Interfaces namespace OpenSim.Region.Environment.Interfaces
{ {
interface ITerrainChannel public interface ITerrainChannel
{ {
int Height { get; } int Height { get; }
double this[int x, int y] { get; set; } double this[int x, int y] { get; set; }