forked from aly/qstbak
muffin v7.4.18
This commit is contained in:
parent
53aa9fdee8
commit
f82b9ce2a2
50 changed files with 142364 additions and 230361 deletions
|
|
@ -1,5 +1,6 @@
|
|||
using System;
|
||||
using System.CodeDom.Compiler;
|
||||
using System.Runtime.CompilerServices;
|
||||
using Lumina.Excel;
|
||||
using Lumina.Excel.Sheets;
|
||||
using Lumina.Text.ReadOnly;
|
||||
|
|
@ -184,10 +185,10 @@ public readonly struct QuestEx : IExcelRow<QuestEx>
|
|||
{
|
||||
ExcelModule module = _003Cpage_003EP.Module;
|
||||
uint rowId = _003Cpage_003EP.ReadUInt32(_003Coffset_003EP + 2712);
|
||||
global::_003C_003Ey__InlineArray2<Type> buffer = default(global::_003C_003Ey__InlineArray2<Type>);
|
||||
global::_003CPrivateImplementationDetails_003E.InlineArrayElementRef<global::_003C_003Ey__InlineArray2<Type>, Type>(ref buffer, 0) = typeof(EObjName);
|
||||
global::_003CPrivateImplementationDetails_003E.InlineArrayElementRef<global::_003C_003Ey__InlineArray2<Type>, Type>(ref buffer, 1) = typeof(ENpcResident);
|
||||
return RowRef.GetFirstValidRowOrUntyped(module, rowId, global::_003CPrivateImplementationDetails_003E.InlineArrayAsReadOnlySpan<global::_003C_003Ey__InlineArray2<Type>, Type>(in buffer, 2), -965341264, _003Cpage_003EP.Language);
|
||||
InlineArray2<Type> buffer = default(InlineArray2<Type>);
|
||||
global::_003CPrivateImplementationDetails_003E.InlineArrayElementRef<InlineArray2<Type>, Type>(ref buffer, 0) = typeof(EObjName);
|
||||
global::_003CPrivateImplementationDetails_003E.InlineArrayElementRef<InlineArray2<Type>, Type>(ref buffer, 1) = typeof(ENpcResident);
|
||||
return RowRef.GetFirstValidRowOrUntyped(module, rowId, global::_003CPrivateImplementationDetails_003E.InlineArrayAsReadOnlySpan<InlineArray2<Type>, Type>(in buffer, 2), -965341264, _003Cpage_003EP.Language);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -199,10 +200,10 @@ public readonly struct QuestEx : IExcelRow<QuestEx>
|
|||
{
|
||||
ExcelModule module = _003Cpage_003EP.Module;
|
||||
uint rowId = _003Cpage_003EP.ReadUInt32(_003Coffset_003EP + 2720);
|
||||
global::_003C_003Ey__InlineArray2<Type> buffer = default(global::_003C_003Ey__InlineArray2<Type>);
|
||||
global::_003CPrivateImplementationDetails_003E.InlineArrayElementRef<global::_003C_003Ey__InlineArray2<Type>, Type>(ref buffer, 0) = typeof(EObjName);
|
||||
global::_003CPrivateImplementationDetails_003E.InlineArrayElementRef<global::_003C_003Ey__InlineArray2<Type>, Type>(ref buffer, 1) = typeof(ENpcResident);
|
||||
return RowRef.GetFirstValidRowOrUntyped(module, rowId, global::_003CPrivateImplementationDetails_003E.InlineArrayAsReadOnlySpan<global::_003C_003Ey__InlineArray2<Type>, Type>(in buffer, 2), -965341264, _003Cpage_003EP.Language);
|
||||
InlineArray2<Type> buffer = default(InlineArray2<Type>);
|
||||
global::_003CPrivateImplementationDetails_003E.InlineArrayElementRef<InlineArray2<Type>, Type>(ref buffer, 0) = typeof(EObjName);
|
||||
global::_003CPrivateImplementationDetails_003E.InlineArrayElementRef<InlineArray2<Type>, Type>(ref buffer, 1) = typeof(ENpcResident);
|
||||
return RowRef.GetFirstValidRowOrUntyped(module, rowId, global::_003CPrivateImplementationDetails_003E.InlineArrayAsReadOnlySpan<InlineArray2<Type>, Type>(in buffer, 2), -965341264, _003Cpage_003EP.Language);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue