mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
Added missing fields to StrifeDialogueNode ZScript definition
https://forum.zdoom.org/viewtopic.php?t=59091
This commit is contained in:
parent
9b52c18ef6
commit
23c50540f6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue