9 lines
155 B
C#
9 lines
155 B
C#
|
|
namespace Gameplay.PlayerSkill.Data
|
|||
|
|
{
|
|||
|
|
public class UnitReviveData
|
|||
|
|
{
|
|||
|
|
public float hpPercent;
|
|||
|
|
public float shieldPercent;
|
|||
|
|
}
|
|||
|
|
}
|