* Fixed accessibility problem on ITerrainChannel

This commit is contained in:
Adam Frisby
2008-02-14 17:23:29 +00:00
parent 4616563cc4
commit e1d9275610

View File

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