Working on netowrked projectiles

This commit is contained in:
2025-12-08 21:35:24 -05:00
parent 494d76833f
commit ecd15c271f
10 changed files with 86 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ struct FHealthSegment : public FTableRowBase
GENERATED_BODY()
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Health Segments")
ClassNames Class;
ClassNames Class = ClassNames::Basic;
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Health Segments")
TArray<int> SegmentList;