Commented all members of ARMS
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
6645b85139
commit
bf1239c4a1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue