Can parse AActor with gencpp

This commit is contained in:
2024-04-15 23:09:46 -04:00
parent 48d21ddd15
commit 6e3dfb70be
5 changed files with 529 additions and 190 deletions

View File

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