cull(engine-cleanup): pass-8 phase-2 cascade round 1
[trim] fully-unreachable files deleted: 6 [trim] files edited: 55, files deleted: 0, nodes removed: 244 [type-trim] files edited: 1, types removed: 1 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -702,18 +702,6 @@ public abstract class BattlePlayerBase : IBattlePlayerReadOnlyInfo
|
||||
|
||||
public int _cumulativeEvolutionCount { get; protected set; }
|
||||
|
||||
public bool IsSkinEvolved
|
||||
{
|
||||
get
|
||||
{
|
||||
if (_dataMgr.IsEvolveSkin(IsPlayer))
|
||||
{
|
||||
return _cumulativeEvolutionCount > 0;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public IEnumerable<BattleCardBase> AllCards
|
||||
{
|
||||
get
|
||||
@@ -4365,11 +4353,6 @@ public abstract class BattlePlayerBase : IBattlePlayerReadOnlyInfo
|
||||
this.OnRemoveLatestOperationJsonData.Call(type);
|
||||
}
|
||||
|
||||
public void CallOnEmotion(ClassCharaPrm.EmotionType emotionType)
|
||||
{
|
||||
this.OnEmotion.Call(emotionType, IsPlayer);
|
||||
}
|
||||
|
||||
public void CallOnClearDestroyedCardList(bool isPlayer)
|
||||
{
|
||||
this.OnClearDestroyedCardList.Call(isPlayer);
|
||||
|
||||
Reference in New Issue
Block a user