muffin v7.4.15
This commit is contained in:
parent
9bf3dbdf69
commit
0b1b2d38c7
14 changed files with 1215 additions and 1057 deletions
|
|
@ -66,6 +66,7 @@ public enum EAction
|
|||
CheerRhythmBlue = 44502,
|
||||
CheerRhythmGreen = 44503,
|
||||
CheerRhythmYellow = 44504,
|
||||
CurtainCall = 11063,
|
||||
Prospect = 227,
|
||||
CollectMiner = 240,
|
||||
LuckOfTheMountaineer = 4081,
|
||||
|
|
|
|||
|
|
@ -31,5 +31,9 @@ public sealed class FateDefinition
|
|||
|
||||
public List<DialogueChoice>? TransformDialogueChoices { get; set; }
|
||||
|
||||
public ushort? RequiredQuestId { get; set; }
|
||||
|
||||
public EAction? StopAction { get; set; }
|
||||
|
||||
public DateTime? EventExpiry { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue