Skip to content

Commit

Permalink
Create Scenarios namespace for tutorials and future ScenarioModules
Browse files Browse the repository at this point in the history
  • Loading branch information
Majiir committed Sep 2, 2014
1 parent 4dea5ad commit 82af687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plugin/Kethane.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<Compile Include="PartModules\KethaneDetector.cs" />
<Compile Include="PartModules\KethaneParticleEmitter.cs" />
<Compile Include="PartModules\KethaneParticleDynamics.cs" />
<Compile Include="KethaneScanningTutorial.cs" />
<Compile Include="Scenarios\KethaneScanningTutorial.cs" />
<Compile Include="PartModules\KethaneWetMassIndicator.cs" />
<Compile Include="MapOverlay.cs" />
<Compile Include="Misc.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Linq;
using UnityEngine;

namespace Kethane
namespace Kethane.Scenarios
{
public class KethaneScanningTutorial : TutorialScenario
{
Expand Down

0 comments on commit 82af687

Please sign in to comment.