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