diff --git a/Assets/Scripts/DashChild.cs b/Assets/Scripts/DashChild.cs index e7d0563..fe5bcf1 100644 --- a/Assets/Scripts/DashChild.cs +++ b/Assets/Scripts/DashChild.cs @@ -84,32 +84,7 @@ public void ClearEnemyController() { enemyController = null; } - //public void DashChildOpen(MoveType moveType, RivalType rivalType) - //{ - // switch (moveType) - // { - // case MoveType.Move: - // SetMovePosint(rivalType); - // break; - // case MoveType.Hit: - // SetHitPoint(rivalType); - // break; - // case MoveType.Eat: - // SetMovePosint(rivalType); - // SetEatPoint(rivalType); - // break; - // case MoveType.HitOrEat: - // SetMovePosint(rivalType); - // SetHitOrEat(rivalType); - // break; - // case MoveType.MoveOrHit: - // SetMovePosint(rivalType); - // SetHitPoint(rivalType); - // break; - // } - - // GameManager.closeDashChildrenEvent.AddListener(DashChildClose); - //} + public void DashChildOpen(MoveType moveType, AttachType attachType, RivalType rivalType) { switch (moveType) // Burası sadece None ve Move oldu yenile