mirror of
git://opensimulator.org/git/opensim
synced 2026-08-16 10:02:15 +00:00
11 lines
142 B
C#
11 lines
142 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace OpenSim
|
|
{
|
|
public class CommsManager
|
|
{
|
|
}
|
|
}
|