You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-15 22:56:30 +09:00
Missing file NamespaceDoc added
This commit is contained in:
14
Lidgren.Network/NamespaceDoc.cs
Normal file
14
Lidgren.Network/NamespaceDoc.cs
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
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/*' />
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user