Skip to content
Snippets Groups Projects

Refonte backend

2 files
+ 8
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
1
@@ -5,12 +5,14 @@
@@ -5,12 +5,14 @@
public string Name { get; set; } = null!;
public string Name { get; set; } = null!;
public int Lp { get; set; }
public int Lp { get; set; }
public int Attack { get; set; }
public int Attack { get; set; }
 
public int CurrentLp { get; set; }
 
public int CurrentAttack { get; set; }
public string? Sprite { get; set; }
public string? Sprite { get; set; }
public string? Icon { get; set; }
public string? Icon { get; set; }
public string? Description { get; set; }
public string? Description { get; set; }
public int BonusAttack { get; set; }
public int BonusAttack { get; set; }
public int BonusLp { get; set; }
public int BonusLp { get; set; }
public int? BonusArena { get; set; }
public int? BonusArena { get; set; }
public Boolean asHealed { get; set; }
public Boolean hasHealed { get; set; }
}
}
}
}
 
\ No newline at end of file
Loading