updated writers to accomodate for previous refactor.
This commit is contained in:
parent
d9884024ef
commit
13cc2666d3
@ -10,7 +10,7 @@ namespace RecrownedAthenaeum.Pipeline.NinePatch
|
|||||||
{
|
{
|
||||||
public override string GetRuntimeReader(TargetPlatform targetPlatform)
|
public override string GetRuntimeReader(TargetPlatform targetPlatform)
|
||||||
{
|
{
|
||||||
return "RecrownedAthenaeum.Pipeline, NinePatchDataReader";
|
return "RecrownedAthenaeum.ContentReaders, NinePatchDataReader";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Write(ContentWriter output, NinePatchData value)
|
protected override void Write(ContentWriter output, NinePatchData value)
|
||||||
|
@ -10,7 +10,7 @@ namespace RecrownedAthenaeum.Pipeline.TextureAtlas
|
|||||||
{
|
{
|
||||||
public override string GetRuntimeReader(TargetPlatform targetPlatform)
|
public override string GetRuntimeReader(TargetPlatform targetPlatform)
|
||||||
{
|
{
|
||||||
return "RecrownedAthenaeum.Pipeline, TextureAtlasDataReader";
|
return "RecrownedAthenaeum.ContentReaders, TextureAtlasDataReader";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Write(ContentWriter output, TextureAtlasData value)
|
protected override void Write(ContentWriter output, TextureAtlasData value)
|
||||||
|
Loading…
Reference in New Issue
Block a user