Files
LuaCsForBarotraumaEP/Libraries/MonoGame.Framework/Src/MonoGame.Framework/NamespaceDocs.cs
2019-06-25 16:00:44 +03:00

36 lines
939 B
C#

// MonoGame - Copyright (C) The MonoGame Team
// This file is subject to the terms and conditions defined in
// file 'LICENSE.txt', which is part of this source code package.
namespace Microsoft.Xna.Framework.Input
{
/// <summary>
/// Provides functionality to handle input from keyboards, mice, gamepads, etc.
/// </summary>
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
class NamespaceDoc
{
}
}
namespace Microsoft.Xna.Framework.Audio
{
/// <summary>
/// Support for playing sound effects and XACT audio.
/// </summary>
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
class NamespaceDoc
{
}
}
namespace Microsoft.Xna.Framework.Content
{
/// <summary>
/// The runtime support for loading content pipeline content.
/// </summary>
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
class NamespaceDoc
{
}
}