Resolve #6: Migrate LumiCharacter to C++ #7

Merged
lance1416 merged 8 commits from 6-migrate-lumi-character-to-cpp into main 2024-09-10 20:23:45 +08:00
3 changed files with 10 additions and 4 deletions
Showing only changes of commit e066130d8c - Show all commits
Binary file not shown.
Binary file not shown.
@@ -58,6 +58,12 @@ class WIZARDINGCENTRAL_API ALumiCharacter : public ACharacter
UPROPERTY(BlueprintReadWrite, meta = (AllowPrivateAccess = "true"))
ELumiStance CurrentStance = ELumiStance::Default;
/** The stamina of the character */
UPROPERTY(BlueprintReadWrite, Category = "Stamina", meta = (AllowPrivateAccess = "true"))
double Stamina = 10.0;
UPROPERTY(BlueprintReadWrite, Category = "Stamina", meta = (AllowPrivateAccess = "true"))
double MaxStamina = 10.0;
protected:
// UFUNCTION's -----------------------------------------------------------------------------------------------------
/**