Feel滚
This commit is contained in:
@@ -2,7 +2,6 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Cielonos.MainGame.Characters.Inventory;
|
||||
using MoreMountains.FeedbacksForThirdParty;
|
||||
using Sirenix.OdinInspector;
|
||||
using SLSUtilities.General;
|
||||
using UnityEngine;
|
||||
@@ -157,7 +156,7 @@ namespace Cielonos.MainGame.Characters
|
||||
|
||||
if (sourceItem == null)
|
||||
{
|
||||
sourceCharacter?.feedbackSc["PerfectDodge"]?.Play();
|
||||
sourceCharacter?.feedbackSc.PlayFeedback("PerfectDodge");
|
||||
Debug.Log("Perfect Dodge!");
|
||||
}
|
||||
}
|
||||
@@ -168,7 +167,7 @@ namespace Cielonos.MainGame.Characters
|
||||
|
||||
if (sourceItem == null)
|
||||
{
|
||||
sourceCharacter?.feedbackSc["NormalDodge"]?.Play();
|
||||
sourceCharacter?.feedbackSc.PlayFeedback("NormalDodge");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user