Changes

Jump to navigation Jump to search
restore extra namespaces (that's deliberate to reduce confusion when first-time modders try to use common types)
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;
  
translators
8,438

edits

Navigation menu