This commit is contained in:
Joshua Navarro 2017-03-09 19:39:15 -08:00
parent 8b71d2c2c0
commit 03252fe6ec
5 changed files with 4 additions and 3 deletions

View File

@ -18,7 +18,7 @@ namespace Revitalize
/// Revitalize CoreObject Class. This is a core class and should only be extended upon.
/// </summary>
///
[XmlInclude(typeof(Revitalize.Objects.Light))]
[XmlInclude(typeof(Revitalize.Objects.Light)),XmlInclude(typeof(Revitalize.Objects.SpriteFontObject))]
public class CoreObject : StardewValley.Object
{
public const int chair = 0;

View File

@ -39,7 +39,7 @@ namespace Revitalize.Objects
this.tileLocation = tile;
lightsOn = false;
lightColor = Color.Black;
//thisType = this.GetType();
thisType = this.GetType().ToString();
}
public Light()

View File

@ -265,6 +265,7 @@ namespace Revitalize
string a;
string[] b;
string s="";
Log.AsyncC(path);
// Log.AsyncC(data);
try
{
@ -304,7 +305,7 @@ namespace Revitalize
}
}
Log.AsyncG("attempting to parse from path");
Log.AsyncG("attempting to parse from path and value of s is " + s);
}
// var cObj = parseBagOfHolding(path); //pair.Value.parse.Invoke(path);