forked from aly/qstbak
muffin v7.5.6
This commit is contained in:
parent
6266f9e6b7
commit
addf2d530f
619 changed files with 264792 additions and 446022 deletions
|
|
@ -0,0 +1,27 @@
|
|||
using System;
|
||||
using Questionable.Model.Questing;
|
||||
|
||||
namespace Questionable.Controller.Conditions;
|
||||
|
||||
internal readonly struct StopEvaluationContext
|
||||
{
|
||||
public required int PlayerLevel { get; init; }
|
||||
|
||||
public required ElementId? CurrentQuestId { get; init; }
|
||||
|
||||
public required int CurrentSequence { get; init; }
|
||||
|
||||
public required ElementId? CompletedQuestId { get; init; }
|
||||
|
||||
public required ElementId? AcceptedQuestId { get; init; }
|
||||
|
||||
public required int Gil { get; init; }
|
||||
|
||||
public required int FreeInventorySlots { get; init; }
|
||||
|
||||
public required TimeSpan ElapsedSinceStart { get; init; }
|
||||
|
||||
public required int QuestsCompletedThisSession { get; init; }
|
||||
|
||||
public required EInteractionType? UpcomingInteractionType { get; init; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue