diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-10-31 11:50:31 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-10-31 11:50:31 -0400 |
commit | 1c15738233453edee36e964f099694ced64cb1b8 (patch) | |
tree | c3cb4cd66c8dddc02d105141d12c28806962a416 /src/StardewModdingAPI/Entities/SNpc.cs | |
parent | 0340a3daab9a35f0cd4bb9756bb88e76830d326a (diff) | |
download | SMAPI-1c15738233453edee36e964f099694ced64cb1b8.tar.gz SMAPI-1c15738233453edee36e964f099694ced64cb1b8.tar.bz2 SMAPI-1c15738233453edee36e964f099694ced64cb1b8.zip |
remove disabled and unfinished code
Diffstat (limited to 'src/StardewModdingAPI/Entities/SNpc.cs')
-rw-r--r-- | src/StardewModdingAPI/Entities/SNpc.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/StardewModdingAPI/Entities/SNpc.cs b/src/StardewModdingAPI/Entities/SNpc.cs deleted file mode 100644 index 727dcff7..00000000 --- a/src/StardewModdingAPI/Entities/SNpc.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace StardewModdingAPI.Entities
-{
- internal class SNpc
- {
- }
-}
\ No newline at end of file |