Setting precise date of creation in NPC's profile.

Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
Mandarinka Tasty
2016-12-10 21:15:22 +01:00
committed by UbitUmarov
parent 96bdc5e185
commit 5b7986e6be
4 changed files with 11 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ namespace OpenSim.Region.Framework.Interfaces
UUID ActiveGroupId { get; set; }
UUID Owner { get; }
string profileAbout { get; set; }
string Born { get; set; }
}
public interface INPCModule