muffin v7.5.1

This commit is contained in:
alydev 2026-05-01 08:59:48 +10:00
parent a6481e7b9a
commit 965a736f84
59 changed files with 4112 additions and 5059 deletions

View file

@ -54,8 +54,6 @@ internal sealed class CraftworksSupplyController : IDisposable
private unsafe void InteractWithBankaCraftworksSupply(AtkUnitBase* addon)
{
//IL_006d: Unknown result type (might be due to invalid IL or missing references)
//IL_0093: Unknown result type (might be due to invalid IL or missing references)
AtkValue* atkValues = addon->AtkValues;
uint uInt = atkValues[7].UInt;
uint num = 6 - uInt;
@ -68,12 +66,12 @@ internal sealed class CraftworksSupplyController : IDisposable
{
new AtkValue
{
Type = (AtkValueType)3,
Type = AtkValueType.Int,
Int = 2
},
new AtkValue
{
Type = (AtkValueType)3,
Type = AtkValueType.Int,
Int = i
}
};
@ -90,11 +88,6 @@ internal sealed class CraftworksSupplyController : IDisposable
private unsafe void ContextIconMenuPostReceiveEvent(AddonEvent type, AddonArgs args)
{
//IL_0084: Unknown result type (might be due to invalid IL or missing references)
//IL_00aa: Unknown result type (might be due to invalid IL or missing references)
//IL_00d3: Unknown result type (might be due to invalid IL or missing references)
//IL_0100: Unknown result type (might be due to invalid IL or missing references)
//IL_0129: Unknown result type (might be due to invalid IL or missing references)
if (!ShouldHandleUiInteractions)
{
return;
@ -117,27 +110,27 @@ internal sealed class CraftworksSupplyController : IDisposable
{
new AtkValue
{
Type = (AtkValueType)3,
Type = AtkValueType.Int,
Int = 0
},
new AtkValue
{
Type = (AtkValueType)3,
Type = AtkValueType.Int,
Int = 0
},
new AtkValue
{
Type = (AtkValueType)5,
Type = AtkValueType.UInt,
UInt = 20802u
},
new AtkValue
{
Type = (AtkValueType)5,
Type = AtkValueType.UInt,
UInt = 0u
},
new AtkValue
{
Type = (AtkValueType)0,
Type = AtkValueType.Undefined,
Int = 0
}
};