mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Missed a file while committing.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
namespace OpenSim.Region.Environment.Modules.ExportSerialiser
|
||||
{
|
||||
public interface IRegionSerialiser
|
||||
{
|
||||
System.Collections.Generic.List<string> SerialiseRegion(OpenSim.Region.Environment.Scenes.Scene scene, string saveDir);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user