More restructuring.

This commit is contained in:
Harrison Deng 2020-02-20 16:20:32 -05:00
parent 44b60d57d8
commit 1ca9ad5377
5 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Diagnostics;
using System.Threading;
namespace RecrownedGTK.Assets
namespace RecrownedGTK.AssetsSystem
{
/// <summary>
/// Wrapper for the content manager that helps with controlling it by adding automated multithreaded content loading.

View File

@ -1,4 +1,4 @@
namespace RecrownedGTK.Assets
namespace RecrownedGTK.AssetsSystem
{
/// <summary>
/// Modifies the given path based on a name. Used to simplify long paths for the <see cref="AssetManager"/>

View File

@ -1,4 +1,4 @@
namespace RecrownedGTK.Assets
namespace RecrownedGTK.AssetsSystem
{
/// <summary>
/// A resolver that does nothing. Used for looking in the root by default.

View File

@ -0,0 +1,6 @@
namespace RecrownedGTK.Particles
{
class Particle
{
}
}

View File

@ -1,6 +0,0 @@
namespace RecrownedGTK.ParticleSystem
{
class Particle
{
}
}