mirror of
https://github.com/opensim/opensim.git
synced 2026-05-27 12:26:01 +08:00
8 lines
199 B
C#
8 lines
199 B
C#
namespace OpenSim.Region.Environment.Modules.World.Terrain
|
|
{
|
|
public interface ITerrainModule
|
|
{
|
|
void LoadFromFile(string filename);
|
|
void SaveToFile(string filename);
|
|
}
|
|
} |