NLDClient-yudde/ProjectNLD/Assets/Code/Scripts/Gameplay/PlayerSkill/Data/UnitReviveData.cs

9 lines
155 B
C#

namespace Gameplay.PlayerSkill.Data
{
public class UnitReviveData
{
public float hpPercent;
public float shieldPercent;
}
}