muffin v7.5.11
This commit is contained in:
parent
addf2d530f
commit
3102923ce2
522 changed files with 41082 additions and 211592 deletions
|
|
@ -15,28 +15,11 @@ public sealed class QuestSequence
|
|||
|
||||
public QuestStep? FindStep(int step)
|
||||
{
|
||||
int num = ((step < 0) ? (-1021069970) : (-1021069969));
|
||||
while (true)
|
||||
if (step < 0 || step >= Steps.Count)
|
||||
{
|
||||
int num2 = num;
|
||||
int num3 = -1021069971;
|
||||
int num4 = num2;
|
||||
int num5 = num4 + num3;
|
||||
int num6 = num4 & num3;
|
||||
switch (num5 - (num6 + num6))
|
||||
{
|
||||
case 3:
|
||||
return null;
|
||||
case 1:
|
||||
return Steps[step];
|
||||
case 0:
|
||||
num = -1021069969;
|
||||
break;
|
||||
case 2:
|
||||
num = ((step < Steps.Count) ? (-1021069972) : (-1021069970));
|
||||
break;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
return Steps[step];
|
||||
}
|
||||
|
||||
public QuestStep? LastStep()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue