mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
add expire time for aliens
This commit is contained in:
@@ -26,8 +26,10 @@
|
||||
*/
|
||||
|
||||
using OpenSim.Region.Framework.Scenes;
|
||||
using OpenMetaverse;
|
||||
|
||||
public interface IUserAccountCacheModule
|
||||
{
|
||||
void Remove(string name);
|
||||
void Remove(UUID id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user