Add manipulation action flag and starting quality field

This commit is contained in:
Asriel Camora
2023-06-23 03:02:03 -07:00
parent de2feb2b34
commit 37156c7f33
5 changed files with 18 additions and 4 deletions
+1
View File
@@ -6,6 +6,7 @@ public sealed record CharacterStats
public int Control { get; init; }
public int CP { get; init; }
public int Level { get; init; }
public bool CanUseManipulation { get; init; }
public bool HasSplendorousBuff { get; init; }
public bool IsSpecialist { get; init; }
public int CLvl { get; init; }