mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 14:35:44 +08:00
Added some place holder classes for various modules.
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.
This commit is contained in:
10
OpenSim/Region/Environment/Modules/InstantMessageModule.cs
Normal file
10
OpenSim/Region/Environment/Modules/InstantMessageModule.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Region.Environment.Modules
|
||||
{
|
||||
public class InstantMessageModule
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user