diff options
Diffstat (limited to 'src/input/inputactiondata.h')
-rw-r--r-- | src/input/inputactiondata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/inputactiondata.h b/src/input/inputactiondata.h index a9abd727e..babea1137 100644 --- a/src/input/inputactiondata.h +++ b/src/input/inputactiondata.h @@ -39,6 +39,8 @@ struct InputActionData final int modKeyIndex; int priority; int condition; + std::string chatCommand; + bool useArgs; }; namespace Input |