SRMP-Public/SRMP/Lidgren.Network/NamespaceDoc.cs

15 lines
258 B
C#
Raw Permalink Normal View History

2023-05-29 22:23:11 +02:00
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/*' />
}
}