File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License
2121using System . Reflection ;
2222using System . Reflection . Emit ;
2323using HarmonyLib ;
24- using KSPBuildTools ;
24+ using KSPCommunityLib . Logging ;
2525using UnityEngine ;
2626
2727namespace Shabby . MaterialReplacement ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License
1919using System ;
2020using System . Collections . Generic ;
2121using HarmonyLib ;
22- using KSPBuildTools ;
22+ using KSPCommunityLib . Logging ;
2323using UnityEngine ;
2424
2525namespace Shabby . MaterialReplacement ;
@@ -177,5 +177,5 @@ public Material Instantiate(Material referenceMaterial)
177177 return material ;
178178 }
179179
180- public string context ( ) => $ "MaterialDef { name } ";
180+ public string LoggingContext ( ) => $ "MaterialDef { name } ";
181181}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License
1919using System . Collections . Generic ;
2020using System . Linq ;
2121using HarmonyLib ;
22- using KSPBuildTools ;
22+ using KSPCommunityLib . Logging ;
2323using UnityEngine ;
2424
2525namespace Shabby . MaterialReplacement ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
1818
1919using System . Collections . Generic ;
2020using System . Linq ;
21- using KSPBuildTools ;
21+ using KSPCommunityLib . Logging ;
2222using UnityEngine ;
2323
2424namespace Shabby . MaterialReplacement ;
Original file line number Diff line number Diff line change 44using System . Reflection ;
55using System . Reflection . Emit ;
66using HarmonyLib ;
7- using KSPBuildTools ;
7+ using KSPCommunityLib . Logging ;
88using Mono . Cecil ;
99using Mono . Cecil . Rocks ;
1010using MonoMod . Utils ;
You can’t perform that action at this time.
0 commit comments