forked from aly/qstbak
muffin v7.5.11
This commit is contained in:
parent
addf2d530f
commit
3102923ce2
522 changed files with 41082 additions and 211592 deletions
|
|
@ -1,5 +1,3 @@
|
|||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Questionable.Controller.Conditions;
|
||||
|
||||
internal sealed class GlobalSequenceCondition : StopCondition
|
||||
|
|
@ -15,12 +13,8 @@ internal sealed class GlobalSequenceCondition : StopCondition
|
|||
return context.CurrentSequence >= TargetSequence;
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.NoInlining)]
|
||||
public override string GetDescription()
|
||||
{
|
||||
DefaultInterpolatedStringHandler defaultInterpolatedStringHandler = new DefaultInterpolatedStringHandler(9, 1);
|
||||
defaultInterpolatedStringHandler.AppendLiteral(global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(48652591));
|
||||
defaultInterpolatedStringHandler.AppendFormatted(TargetSequence);
|
||||
return defaultInterpolatedStringHandler.ToStringAndClear();
|
||||
return $"Sequence {TargetSequence}";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue