Skip to content

Commit

Permalink
Update for Spacewarp 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbann committed Feb 25, 2023
1 parent c29ed88 commit 20d8639
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
9 changes: 2 additions & 7 deletions LazyOrbit/LazyOrbit.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
using KSP.DebugTools;
using KSP.Sim.impl;
using SpaceWarp.API;
using UnityEngine;
using UnityEngine;
using KSP.Game;
using System;
using System.Runtime.CompilerServices;
using KSP.VFX;
using System.Collections.Generic;
using System.Linq;
using SpaceWarp.API.Mods;
//using static KSP.Game.GameManager.Instance;

namespace LazyOrbit
Expand Down
3 changes: 2 additions & 1 deletion LazyOrbit/LazyOrbit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
<HintPath>G:\Games\Steam Library\steamapps\common\Kerbal Space Program 2\KSP2_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SpaceWarp">
<Reference Include="SpaceWarp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>G:\Games\Steam Library\steamapps\common\Kerbal Space Program 2\KSP2_x64_Data\Managed\SpaceWarp.dll</HintPath>
</Reference>
<Reference Include="System" />
Expand Down

0 comments on commit 20d8639

Please sign in to comment.