34. Listening for Attribute Changes

This commit is contained in:
2024-04-22 01:54:33 -04:00
parent a6dc269630
commit 2695bfc4b6
14 changed files with 376 additions and 201 deletions

View File

@ -8,9 +8,9 @@
UGasaAttributeSet::UGasaAttributeSet()
{
InitHealth( 80.f );
InitHealth( 50.f );
InitMaxHealth( 100.f );
InitMana( 20.f );
InitMana( 25.f );
InitMaxMana( 50.f );
}