Skip to content

Commit 3d46450

Browse files
committed
feat: bump ver for woolhaven
1 parent b3fa1bc commit 3d46450

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

COTL_API.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

COTL_API/Debug/DebugManager.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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; }

0 commit comments

Comments
 (0)