mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 04:45:35 +08:00
Some work on the asset cache, can people please test this. including on one of the public systems so we can see if it causes problems with multiple users.
11 lines
170 B
C#
11 lines
170 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace OpenSim.Region.Environment.Modules
|
|
{
|
|
public class FriendsModule
|
|
{
|
|
}
|
|
}
|