File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <TargetFramework >net472</TargetFramework >
4- <Version >0.2.13 </Version >
4+ <Version >0.3.0 </Version >
55 <LangVersion >latest</LangVersion >
66 <DebugType >portable</DebugType >
77 <IsPackable >true</IsPackable >
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ internal class DebugManager
4646 } ;
4747
4848 // TODO: Can't we just harmony.GetPatchedMethods().Select(mB => mB.DeclaringType);
49- internal static List < Type > PatchedClass = new ( )
50- {
49+ internal static List < Type > PatchedClass =
50+ [
5151 typeof ( CropController ) ,
5252 typeof ( StructuresData ) ,
5353 typeof ( StructureBrain ) ,
@@ -124,7 +124,7 @@ internal class DebugManager
124124 typeof ( Interaction_TempleAltar ) ,
125125 typeof ( Interaction ) ,
126126 typeof ( UITarotChoiceOverlayController )
127- } ;
127+ ] ;
128128
129129 internal static InventoryItem . ITEM_TYPE DebugItem { get ; private set ; }
130130 internal static InventoryItem . ITEM_TYPE DebugItem2 { get ; private set ; }
You can’t perform that action at this time.
0 commit comments