Added missing fields to StrifeDialogueNode ZScript definition

https://forum.zdoom.org/viewtopic.php?t=59091
This commit is contained in:
alexey.lysiuk 2018-01-13 13:13:38 +02:00
parent 9b52c18ef6
commit 23c50540f6
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ struct StrifeDialogueNode native version("2.4")
native String Goodbye; native String Goodbye;
native StrifeDialogueReply Children; native StrifeDialogueReply Children;
native Name MenuClassName;
native String UserData;
} }
// FStrifeDialogueReply holds responses the player can give to the NPC // FStrifeDialogueReply holds responses the player can give to the NPC