mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* Fixed accessibility problem on ITerrainChannel
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user