diff options
-rw-r--r-- | include/ctables.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ctables.h b/include/ctables.h index 0c2802baa..33366f87a 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -92,6 +92,10 @@ class CoreExport Command : public Extensible std::vector<TranslateType> translation; + /** How many seconds worth of penalty does this command have? + */ + int Penalty; + /** Create a new command. * @param Instance Pointer to creator class * @param cmd Command name. This must be UPPER CASE. |