* Added IParcelProvider and ParcelManager that provide very basic parcel information
* More sane default flags in Simian RegionHandshake git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2234 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
10
Programs/Simian/Interfaces/IParcelProvider.cs
Normal file
10
Programs/Simian/Interfaces/IParcelProvider.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace Simian
|
||||
{
|
||||
public interface IParcelProvider
|
||||
{
|
||||
void SendParcelOverlay(Agent agent);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user