mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
seems to compile ( tests comented out)
This commit is contained in:
@@ -91,6 +91,14 @@ namespace OpenSim.Framework
|
||||
public UUID TargetId;
|
||||
public string Notes;
|
||||
}
|
||||
|
||||
public class UserPreferences
|
||||
{
|
||||
public UUID UserId;
|
||||
public bool IMViaEmail = false;
|
||||
public bool Visible = false;
|
||||
public string EMail = string.Empty;
|
||||
}
|
||||
|
||||
public class UserAccountProperties
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user