SRMP-Public/SRMP/Lidgren.Network/NamespaceDoc.cs
2023-05-29 22:23:11 +02:00

14 lines
258 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/*' />
}
}