namespace Gameplay.Unit.Data
{
public class ContinueSkillAttackData
public GameUnit hitUnit;
public int continueHitCount;
}