mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Tweak presence handling and whip up a database connector and handler
for testign the new generic table handling
This commit is contained in:
@@ -32,11 +32,11 @@ using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Data
|
||||
{
|
||||
public class PresenceData
|
||||
public struct PresenceData
|
||||
{
|
||||
public UUID UUID;
|
||||
public UUID currentRegion;
|
||||
public Dictionary<string, object> Data;
|
||||
public Dictionary<string, string> Data;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user