mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-04 11:07:12 +02:00
Should improve stability or whatever. Also some convenient stream features.
15 lines
258 B
C#
15 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/*' />
|
|
}
|
|
}
|