卡牌更新
This commit is contained in:
@@ -27,7 +27,6 @@ namespace Continentis.MainGame.Character
|
||||
|
||||
public UnitedStackSubmodule unitedStackSubmodule;
|
||||
public IndependentStackSubmodule independentStackSubmodule;
|
||||
public CoreAttributeSubmodule coreAttributeSubmodule;
|
||||
public GeneralAttributeSubmodule generalAttributeSubmodule;
|
||||
public StatusSubmodule statusSubmodule;
|
||||
}
|
||||
@@ -187,14 +186,7 @@ namespace Continentis.MainGame.Character
|
||||
{
|
||||
private void RefreshAttributes()
|
||||
{
|
||||
if (coreAttributeSubmodule != null)
|
||||
{
|
||||
coreAttributeSubmodule.RefreshAllModifiedAttributes();
|
||||
}
|
||||
else
|
||||
{
|
||||
generalAttributeSubmodule?.RefreshAllModifiedAttributes();
|
||||
}
|
||||
generalAttributeSubmodule?.RefreshAllModifiedAttributes();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user