add expire time for aliens

This commit is contained in:
UbitUmarov
2016-11-18 15:16:11 +00:00
parent 70eb37433d
commit b43f36abf1
2 changed files with 28 additions and 7 deletions

View File

@@ -26,8 +26,10 @@
*/
using OpenSim.Region.Framework.Scenes;
using OpenMetaverse;
public interface IUserAccountCacheModule
{
void Remove(string name);
void Remove(UUID id);
}