Skip to content

Commit 7fc892a

Browse files
authored
API: add missing variable to nui WindowState (#1824)
1 parent 1ef2783 commit 7fc892a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NWNXLib/API/API/CNWSPlayer.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ struct CNWSPlayer
4747
{
4848
Nui::JSON::WindowToken m_token;
4949
Nui::JSON::WindowIdentifier m_id;
50+
CExoString m_eventScript;
5051
std::vector<Nui::JSON::BindName> m_bind_list;
5152
std::unordered_map<Nui::JSON::BindName, Nui::JSON::BindValue> m_binds;
5253
std::unordered_set<Nui::JSON::BindName> m_watch;

0 commit comments

Comments
 (0)