|
@@ -76,7 +76,7 @@ public class BattleUnit : BattleObject
|
|
|
Log.Error("Enter Skill state error> ({0})>CurrentActionIndex>{1}", skillTemplate.TemplateID, curActionIndex);
|
|
|
return;
|
|
|
}
|
|
|
- Log.Debug($"OnLaunchSkill({Id}), skill({skillTemplate.TemplateID}), actionIndex:{curActionIndex}");
|
|
|
+ //Log.Debug($"OnLaunchSkill({Id}), skill({skillTemplate.TemplateID}), actionIndex:{curActionIndex}");
|
|
|
|
|
|
if (skillTemplate.IsSingleAction)
|
|
|
{
|
|
@@ -171,7 +171,7 @@ public class BattleUnit : BattleObject
|
|
|
|
|
|
protected virtual void OnActionChanged(ZoneUnit unit, UnitActionStatus status, object evt)
|
|
|
{
|
|
|
- Log.Debug($"ActionChange({Id}): {status}, zobject status:{ZUnit.CurrentState}");
|
|
|
+ //Log.Debug($"ActionChange({Id}): {status}, zobject status:{ZUnit.CurrentState}");
|
|
|
if(!actionChangeHandler.Notify(status, evt))
|
|
|
{
|
|
|
Log.Error($"unhandle action changed: {status}");
|