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
|
|
@ -846,20 +846,16 @@ internal sealed class QuestionableIpc : IDisposable
|
|||
int num = 1;
|
||||
List<ElementId> list15 = new List<ElementId>(num);
|
||||
CollectionsMarshal.SetCount(list15, num);
|
||||
Span<ElementId> span15 = CollectionsMarshal.AsSpan(list15);
|
||||
int index = 0;
|
||||
span15[index] = new AethernetId(1);
|
||||
CollectionsMarshal.AsSpan(list15)[0] = new AethernetId(1);
|
||||
source = list15;
|
||||
break;
|
||||
}
|
||||
case "aethernet_gridania":
|
||||
{
|
||||
int index = 1;
|
||||
List<ElementId> list14 = new List<ElementId>(index);
|
||||
CollectionsMarshal.SetCount(list14, index);
|
||||
Span<ElementId> span14 = CollectionsMarshal.AsSpan(list14);
|
||||
int num = 0;
|
||||
span14[num] = new AethernetId(2);
|
||||
int num = 1;
|
||||
List<ElementId> list14 = new List<ElementId>(num);
|
||||
CollectionsMarshal.SetCount(list14, num);
|
||||
CollectionsMarshal.AsSpan(list14)[0] = new AethernetId(2);
|
||||
source = list14;
|
||||
break;
|
||||
}
|
||||
|
|
@ -868,20 +864,16 @@ internal sealed class QuestionableIpc : IDisposable
|
|||
int num = 1;
|
||||
List<ElementId> list13 = new List<ElementId>(num);
|
||||
CollectionsMarshal.SetCount(list13, num);
|
||||
Span<ElementId> span13 = CollectionsMarshal.AsSpan(list13);
|
||||
int index = 0;
|
||||
span13[index] = new AethernetId(3);
|
||||
CollectionsMarshal.AsSpan(list13)[0] = new AethernetId(3);
|
||||
source = list13;
|
||||
break;
|
||||
}
|
||||
case "aethernet_goldsaucer":
|
||||
{
|
||||
int index = 1;
|
||||
List<ElementId> list12 = new List<ElementId>(index);
|
||||
CollectionsMarshal.SetCount(list12, index);
|
||||
Span<ElementId> span12 = CollectionsMarshal.AsSpan(list12);
|
||||
int num = 0;
|
||||
span12[num] = new AethernetId(4);
|
||||
int num = 1;
|
||||
List<ElementId> list12 = new List<ElementId>(num);
|
||||
CollectionsMarshal.SetCount(list12, num);
|
||||
CollectionsMarshal.AsSpan(list12)[0] = new AethernetId(4);
|
||||
source = list12;
|
||||
break;
|
||||
}
|
||||
|
|
@ -890,20 +882,16 @@ internal sealed class QuestionableIpc : IDisposable
|
|||
int num = 1;
|
||||
List<ElementId> list11 = new List<ElementId>(num);
|
||||
CollectionsMarshal.SetCount(list11, num);
|
||||
Span<ElementId> span11 = CollectionsMarshal.AsSpan(list11);
|
||||
int index = 0;
|
||||
span11[index] = new AethernetId(5);
|
||||
CollectionsMarshal.AsSpan(list11)[0] = new AethernetId(5);
|
||||
source = list11;
|
||||
break;
|
||||
}
|
||||
case "aethernet_idyllshire":
|
||||
{
|
||||
int index = 1;
|
||||
List<ElementId> list10 = new List<ElementId>(index);
|
||||
CollectionsMarshal.SetCount(list10, index);
|
||||
Span<ElementId> span10 = CollectionsMarshal.AsSpan(list10);
|
||||
int num = 0;
|
||||
span10[num] = new AethernetId(6);
|
||||
int num = 1;
|
||||
List<ElementId> list10 = new List<ElementId>(num);
|
||||
CollectionsMarshal.SetCount(list10, num);
|
||||
CollectionsMarshal.AsSpan(list10)[0] = new AethernetId(6);
|
||||
source = list10;
|
||||
break;
|
||||
}
|
||||
|
|
@ -912,20 +900,16 @@ internal sealed class QuestionableIpc : IDisposable
|
|||
int num = 1;
|
||||
List<ElementId> list9 = new List<ElementId>(num);
|
||||
CollectionsMarshal.SetCount(list9, num);
|
||||
Span<ElementId> span9 = CollectionsMarshal.AsSpan(list9);
|
||||
int index = 0;
|
||||
span9[index] = new AethernetId(7);
|
||||
CollectionsMarshal.AsSpan(list9)[0] = new AethernetId(7);
|
||||
source = list9;
|
||||
break;
|
||||
}
|
||||
case "aethernet_kugane":
|
||||
{
|
||||
int index = 1;
|
||||
List<ElementId> list8 = new List<ElementId>(index);
|
||||
CollectionsMarshal.SetCount(list8, index);
|
||||
Span<ElementId> span8 = CollectionsMarshal.AsSpan(list8);
|
||||
int num = 0;
|
||||
span8[num] = new AethernetId(8);
|
||||
int num = 1;
|
||||
List<ElementId> list8 = new List<ElementId>(num);
|
||||
CollectionsMarshal.SetCount(list8, num);
|
||||
CollectionsMarshal.AsSpan(list8)[0] = new AethernetId(8);
|
||||
source = list8;
|
||||
break;
|
||||
}
|
||||
|
|
@ -934,20 +918,16 @@ internal sealed class QuestionableIpc : IDisposable
|
|||
int num = 1;
|
||||
List<ElementId> list7 = new List<ElementId>(num);
|
||||
CollectionsMarshal.SetCount(list7, num);
|
||||
Span<ElementId> span7 = CollectionsMarshal.AsSpan(list7);
|
||||
int index = 0;
|
||||
span7[index] = new AethernetId(9);
|
||||
CollectionsMarshal.AsSpan(list7)[0] = new AethernetId(9);
|
||||
source = list7;
|
||||
break;
|
||||
}
|
||||
case "aethernet_the_crystarium":
|
||||
{
|
||||
int index = 1;
|
||||
List<ElementId> list6 = new List<ElementId>(index);
|
||||
CollectionsMarshal.SetCount(list6, index);
|
||||
Span<ElementId> span6 = CollectionsMarshal.AsSpan(list6);
|
||||
int num = 0;
|
||||
span6[num] = new AethernetId(10);
|
||||
int num = 1;
|
||||
List<ElementId> list6 = new List<ElementId>(num);
|
||||
CollectionsMarshal.SetCount(list6, num);
|
||||
CollectionsMarshal.AsSpan(list6)[0] = new AethernetId(10);
|
||||
source = list6;
|
||||
break;
|
||||
}
|
||||
|
|
@ -956,20 +936,16 @@ internal sealed class QuestionableIpc : IDisposable
|
|||
int num = 1;
|
||||
List<ElementId> list5 = new List<ElementId>(num);
|
||||
CollectionsMarshal.SetCount(list5, num);
|
||||
Span<ElementId> span5 = CollectionsMarshal.AsSpan(list5);
|
||||
int index = 0;
|
||||
span5[index] = new AethernetId(11);
|
||||
CollectionsMarshal.AsSpan(list5)[0] = new AethernetId(11);
|
||||
source = list5;
|
||||
break;
|
||||
}
|
||||
case "aethernet_old_sharlayan":
|
||||
{
|
||||
int index = 1;
|
||||
List<ElementId> list4 = new List<ElementId>(index);
|
||||
CollectionsMarshal.SetCount(list4, index);
|
||||
Span<ElementId> span4 = CollectionsMarshal.AsSpan(list4);
|
||||
int num = 0;
|
||||
span4[num] = new AethernetId(12);
|
||||
int num = 1;
|
||||
List<ElementId> list4 = new List<ElementId>(num);
|
||||
CollectionsMarshal.SetCount(list4, num);
|
||||
CollectionsMarshal.AsSpan(list4)[0] = new AethernetId(12);
|
||||
source = list4;
|
||||
break;
|
||||
}
|
||||
|
|
@ -978,20 +954,16 @@ internal sealed class QuestionableIpc : IDisposable
|
|||
int num = 1;
|
||||
List<ElementId> list3 = new List<ElementId>(num);
|
||||
CollectionsMarshal.SetCount(list3, num);
|
||||
Span<ElementId> span3 = CollectionsMarshal.AsSpan(list3);
|
||||
int index = 0;
|
||||
span3[index] = new AethernetId(13);
|
||||
CollectionsMarshal.AsSpan(list3)[0] = new AethernetId(13);
|
||||
source = list3;
|
||||
break;
|
||||
}
|
||||
case "aethernet_tuliyollal":
|
||||
{
|
||||
int index = 1;
|
||||
List<ElementId> list2 = new List<ElementId>(index);
|
||||
CollectionsMarshal.SetCount(list2, index);
|
||||
Span<ElementId> span2 = CollectionsMarshal.AsSpan(list2);
|
||||
int num = 0;
|
||||
span2[num] = new AethernetId(14);
|
||||
int num = 1;
|
||||
List<ElementId> list2 = new List<ElementId>(num);
|
||||
CollectionsMarshal.SetCount(list2, num);
|
||||
CollectionsMarshal.AsSpan(list2)[0] = new AethernetId(14);
|
||||
source = list2;
|
||||
break;
|
||||
}
|
||||
|
|
@ -1000,9 +972,7 @@ internal sealed class QuestionableIpc : IDisposable
|
|||
int num = 1;
|
||||
List<ElementId> list = new List<ElementId>(num);
|
||||
CollectionsMarshal.SetCount(list, num);
|
||||
Span<ElementId> span = CollectionsMarshal.AsSpan(list);
|
||||
int index = 0;
|
||||
span[index] = new AethernetId(15);
|
||||
CollectionsMarshal.AsSpan(list)[0] = new AethernetId(15);
|
||||
source = list;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue