Skip to content

Commit ac90c86

Browse files
Fixed ConsumableItemData.SetPrefabModelType not being publicised
1 parent fecf244 commit ac90c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

InscryptionAPI/Items/ConsumableItemDataExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public static string GetCardWithinBottle(this ConsumableItemData data)
187187
}
188188

189189
/// <returns>The same ConsumableItemData so a chain can continue.</returns>
190-
internal static ConsumableItemData SetPrefabModelType(this ConsumableItemData data, ConsumableItemManager.ModelType modelType)
190+
public static ConsumableItemData SetPrefabModelType(this ConsumableItemData data, ConsumableItemManager.ModelType modelType)
191191
{
192192
data.SetExtendedProperty("PrefabModelType", (int)modelType);
193193
return data;

0 commit comments

Comments
 (0)