Skip to content

Commit

Permalink
Update DashChild.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Krdg98 committed Apr 14, 2023
1 parent 23e12cb commit 0197deb
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions Assets/Scripts/DashChild.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0197deb

Please sign in to comment.