summaryrefslogtreecommitdiff
path: root/StardewModdingAPI/Events/Time.cs
diff options
context:
space:
mode:
authorZoryn <Zoryn4163@users.noreply.github.com>2016-03-22 20:58:00 -0400
committerZoryn <Zoryn4163@users.noreply.github.com>2016-03-22 20:58:00 -0400
commit7076886f2c229db8c06f41dd29aa0bf7ac966dc2 (patch)
treeb73219bf01b6afc25dbe26b761e5d4acc28773dd /StardewModdingAPI/Events/Time.cs
parent07773a380428c7b37f729e3b32fd7e7b960b360d (diff)
parent24e144d0f1aaae33fb51e80031259d0119acff7c (diff)
downloadSMAPI-7076886f2c229db8c06f41dd29aa0bf7ac966dc2.tar.gz
SMAPI-7076886f2c229db8c06f41dd29aa0bf7ac966dc2.tar.bz2
SMAPI-7076886f2c229db8c06f41dd29aa0bf7ac966dc2.zip
Merge pull request #50 from Zoryn4163/master
a lot
Diffstat (limited to 'StardewModdingAPI/Events/Time.cs')
-rw-r--r--StardewModdingAPI/Events/Time.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/StardewModdingAPI/Events/Time.cs b/StardewModdingAPI/Events/Time.cs
index fcf0b3e5..a3fcee19 100644
--- a/StardewModdingAPI/Events/Time.cs
+++ b/StardewModdingAPI/Events/Time.cs
@@ -1,8 +1,4 @@
using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
namespace StardewModdingAPI.Events
{