You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-06 10:21:09 +09: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/*' />
|
|
}
|
|
}
|