diff options
Diffstat (limited to '')
-rw-r--r-- | OpenGrid.Framework.Data/UserProfileData.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenGrid.Framework.Data/UserProfileData.cs b/OpenGrid.Framework.Data/UserProfileData.cs index 3a54828..8d72c6b 100644 --- a/OpenGrid.Framework.Data/UserProfileData.cs +++ b/OpenGrid.Framework.Data/UserProfileData.cs | |||
@@ -15,6 +15,8 @@ namespace OpenGrid.Framework.Data | |||
15 | 15 | ||
16 | public ulong homeRegion; // RegionHandle of home | 16 | public ulong homeRegion; // RegionHandle of home |
17 | public LLVector3 homeLocation; // Home Location inside the sim | 17 | public LLVector3 homeLocation; // Home Location inside the sim |
18 | public LLVector3 homeLookAt; // Coordinates where the user is looking | ||
19 | |||
18 | 20 | ||
19 | public int created; // UNIX Epoch Timestamp (User Creation) | 21 | public int created; // UNIX Epoch Timestamp (User Creation) |
20 | public int lastLogin; // UNIX Epoch Timestamp (Last Login Time) | 22 | public int lastLogin; // UNIX Epoch Timestamp (Last Login Time) |