五张牌!
This commit is contained in:
@@ -11,8 +11,18 @@ namespace Continentis.MainGame.Character
|
||||
{
|
||||
public CardLogicBase sourceCard;
|
||||
|
||||
/// <summary>
|
||||
/// 行动计数,每次行动开始时计数-1。
|
||||
/// </summary>
|
||||
public CountSubmodule actionCountSubmodule;
|
||||
public CountSubmodule combatRoundTimeSubmodule;
|
||||
/// <summary>
|
||||
/// 回合计数,每回合开始时计数-1。
|
||||
/// </summary>
|
||||
public CountSubmodule roundCountSubmodule;
|
||||
/// <summary>
|
||||
/// 首次行动计数,仅在角色本回合首次行动时计数-1。
|
||||
/// </summary>
|
||||
public CountSubmodule roundFirstActionCountSubmodule;
|
||||
|
||||
public UnitedStackSubmodule unitedStackSubmodule;
|
||||
public IndependentStackSubmodule independentStackSubmodule;
|
||||
|
||||
Reference in New Issue
Block a user