From bf1239c4a18d9732eda63998ecf7de7b255635ca Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Tue, 24 Sep 2019 09:32:21 +0200 Subject: [PATCH] Commented all members of ARMS Signed-off-by: Gabriel Ravier --- src/ArmsItem.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ArmsItem.h b/src/ArmsItem.h index 0bfbe041..4ec5b407 100644 --- a/src/ArmsItem.h +++ b/src/ArmsItem.h @@ -12,7 +12,10 @@ struct ARMS /// ID of the weapon int code; + /// Current level of the weapon int level; + + /// Current EXP of the weapon, is reset to 0 at each level up int exp; /// Maximum ammunition