mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
15 lines
272 B
C#
15 lines
272 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Lidgren.Network
|
|
{
|
|
/// <summary>
|
|
/// Lidgren Network Library
|
|
/// </summary>
|
|
internal class NamespaceDoc
|
|
{
|
|
// <include file='_Namespace.xml' path='Documentation/*' />
|
|
}
|
|
}
|