Skip to content

Commit

Permalink
Make the code compile for KSP 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav committed Jun 12, 2019
1 parent 90b3948 commit 6931685
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions TestFlightAPI/TestFlightAPI/TestFlightAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Reflection;

using UnityEngine;
using UnityEngine.Profiling;

namespace TestFlightAPI
{
Expand Down
1 change: 1 addition & 0 deletions TestFlightCore/TestFlightCore/TestFlight.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@


using UnityEngine;
using UnityEngine.Profiling;
using TestFlightCore.KSPPluginFramework;
using TestFlightAPI;

Expand Down
1 change: 1 addition & 0 deletions TestFlightCore/TestFlightCore/TestFlightCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Text;
using UnityEngine;
using UnityEngine.Profiling;
using TestFlightCore.KSPPluginFramework;
using TestFlightAPI;

Expand Down

0 comments on commit 6931685

Please sign in to comment.