WIP: Adding a few things to PresenceModule. Not quite finished yet.

This commit is contained in:
Homer Horwitz
2008-11-24 22:07:45 +00:00
parent c13bf719e1
commit 62c263d32b
4 changed files with 101 additions and 3 deletions

View File

@@ -25,11 +25,14 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
using OpenMetaverse;
namespace OpenSim.Framework
{
public class FriendRegionInfo
{
public bool isOnline;
public ulong regionHandle;
public UUID regionID;
}
}