Changes

removing dead code
Line 84: Line 84:  
<li>Put this code in the file (replace <samp>YourProjectName</samp> with the name of your project):
 
<li>Put this code in the file (replace <samp>YourProjectName</samp> with the name of your project):
 
<syntaxhighlight lang="c#">
 
<syntaxhighlight lang="c#">
using System;
  −
using Microsoft.Xna.Framework;
   
using StardewModdingAPI;
 
using StardewModdingAPI;
 
using StardewModdingAPI.Events;
 
using StardewModdingAPI.Events;
using StardewModdingAPI.Utilities;
   
using StardewValley;
 
using StardewValley;
  
307

edits