mirror of
https://github.com/opensim/opensim.git
synced 2026-05-25 19:25:41 +08:00
11 lines
149 B
C#
11 lines
149 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace OpenSim.Grid.MessagingServer
|
|
{
|
|
class PresenceService
|
|
{
|
|
}
|
|
}
|