mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Update svn properties.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
{
|
||||
public interface IHeightmap
|
||||
{
|
||||
int Height { get; }
|
||||
int Width { get; }
|
||||
double Get(int x, int y);
|
||||
void Set(int x, int y, double val);
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
{
|
||||
public interface IHeightmap
|
||||
{
|
||||
int Height { get; }
|
||||
int Width { get; }
|
||||
double Get(int x, int y);
|
||||
void Set(int x, int y, double val);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user