mirror of
https://github.com/opensim/opensim.git
synced 2026-06-03 00:46:33 +08:00
7 lines
145 B
C#
7 lines
145 B
C#
namespace OpenSim.Region.Environment.Interfaces
|
|
{
|
|
public interface IXfer
|
|
{
|
|
bool AddNewFile(string fileName, byte[] data);
|
|
}
|
|
} |