mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 04:13:43 +01:00
Use new functionality.
This commit is contained in:
parent
a4de13f228
commit
2219d9293f
9 changed files with 163 additions and 136 deletions
|
|
@ -301,7 +301,7 @@ public sealed class DesignManager : DesignEditor
|
|||
}
|
||||
|
||||
/// <summary> Change whether to apply a specific equipment piece. </summary>
|
||||
public void ChangeApplyEquip(Design design, EquipSlot slot, bool value)
|
||||
public void ChangeApplyItem(Design design, EquipSlot slot, bool value)
|
||||
{
|
||||
if (!design.SetApplyEquip(slot, value))
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue