diff options
author | Carl <slxxls92@gmail.com> | 2016-05-30 01:33:37 +0100 |
---|---|---|
committer | Carl <slxxls92@gmail.com> | 2016-05-30 01:33:37 +0100 |
commit | fa666f803398e29a7ffec0707cd6a1ec3571d3e9 (patch) | |
tree | 71099c94fa92196cfb6cdb42a56379e6fdaa4364 /src/StardewModdingAPI/Entities/SFarm.cs | |
parent | 4edee54da20e7655ae24cf1ac2abded5ec1ba2c5 (diff) | |
parent | 1212222e9f59a68a9f167d20bbddd8a4e1a3cf81 (diff) | |
download | SMAPI-fa666f803398e29a7ffec0707cd6a1ec3571d3e9.tar.gz SMAPI-fa666f803398e29a7ffec0707cd6a1ec3571d3e9.tar.bz2 SMAPI-fa666f803398e29a7ffec0707cd6a1ec3571d3e9.zip |
Merge pull request #118 from Gormogon/master
Some Semi-Big Changes
Diffstat (limited to 'src/StardewModdingAPI/Entities/SFarm.cs')
-rw-r--r-- | src/StardewModdingAPI/Entities/SFarm.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/StardewModdingAPI/Entities/SFarm.cs b/src/StardewModdingAPI/Entities/SFarm.cs new file mode 100644 index 00000000..c6c64681 --- /dev/null +++ b/src/StardewModdingAPI/Entities/SFarm.cs @@ -0,0 +1,6 @@ +namespace StardewModdingAPI.Entities
+{
+ internal class SFarm
+ {
+ }
+}
\ No newline at end of file |