refactors
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
using RecrownedAthenaeum.ContentSystem;
|
||||
|
||||
namespace RecrownedAthenaeum.ContentResolvers
|
||||
namespace RecrownedAthenaeum.ContentSystem.ContentResolvers
|
||||
{
|
||||
class FontContentResolver : IContentPathModifier
|
||||
internal class FontContentResolver : IContentPathResolver
|
||||
{
|
||||
readonly ResolutionContentResolver rcr;
|
||||
|
||||
public FontContentResolver(ResolutionContentResolver rcr)
|
||||
internal FontContentResolver(ResolutionContentResolver rcr)
|
||||
{
|
||||
this.rcr = rcr;
|
||||
}
|
||||
|
@@ -1,9 +1,8 @@
|
||||
using RecrownedAthenaeum.ContentSystem;
|
||||
using RecrownedAthenaeum.SpecialTypes;
|
||||
using RecrownedAthenaeum.SpecialTypes;
|
||||
|
||||
namespace RecrownedAthenaeum.ContentResolvers
|
||||
namespace RecrownedAthenaeum.ContentSystem.ContentResolvers
|
||||
{
|
||||
class ResolutionContentResolver : IContentPathModifier
|
||||
internal class ResolutionContentResolver : IContentPathResolver
|
||||
{
|
||||
int width, height;
|
||||
bool updated;
|
||||
|
Reference in New Issue
Block a user