* Fixed accessibility problem on ITerrainChannel
parent
4616563cc4
commit
e1d9275610
|
@ -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; }
|
||||||
|
|
Loading…
Reference in New Issue