telerik usage fixes

This commit is contained in:
2026-06-18 01:08:13 -04:00
parent 919754d284
commit b6b5ee4db6
4 changed files with 8 additions and 6 deletions
-1
View File
@@ -12,7 +12,6 @@ public class CardData
? MathF.Round((Health.Value + Attack.Value) / (float)Cost.Value, 2)
: 0;
public string? Description { get; init; }
public string? Faction { get; init; }
public string? Set { get; init; }