add of fiche button

This commit is contained in:
2025-07-10 17:53:53 +02:00
parent 646ec2fb0c
commit 24c4685cb2
28 changed files with 895 additions and 73 deletions
+3 -1
View File
@@ -5,7 +5,9 @@
#include <QJsonArray>
#include <QDebug>
Character::Character(){
Character::Character()
: age(0), niveau(0), taille(0), vie(0)
{
for(int i = 0; i<6; i++){skills.append(0);}
for(int i = 0; i<6; i++){skillsMod.append(0);}
for(int i = 0; i<18; i++){stats.append(0);}