* More work on MiniRegionModule module.

This commit is contained in:
Adam Frisby
2009-03-04 02:29:51 +00:00
parent 3538eeafa2
commit 915b0f2448
8 changed files with 254 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ using System.Text;
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
{
interface IHeightmap
public interface IHeightmap
{
int Height { get; }
int Width { get; }