Added files via upload

This commit is contained in:
janavarro95 2016-03-11 17:59:44 -08:00
parent 3e1741ba4b
commit 160f97c420
1 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ namespace BuildHealth
} }
[Subscribe] [Subscribe]
public void SleepCallback(Storm.StardewValley.Event.BeforeNewDayEvent @event) public void SleepCallback(Storm.StardewValley.Event.PreNewDayEvent @event)
{ {
Clear_DataLoader(); Clear_DataLoader();
//This will run when the character goes to sleep. It will increase their sleeping skill. //This will run when the character goes to sleep. It will increase their sleeping skill.
@ -143,7 +143,7 @@ namespace BuildHealth
} }
[Subscribe] [Subscribe]
public void LoadingCallBack(Storm.StardewValley.Event.AfterGameLoadedEvent @event) public void LoadingCallBack(Storm.StardewValley.Event.PostGameLoadedEvent @event)
{ {
DataLoader(); DataLoader();
MyWritter(); MyWritter();