继续
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Continentis.MainGame.Commands
|
||||
|
||||
private readonly List<CardInstance> customDrawCards;
|
||||
|
||||
public Cmd_DrawCards(DeckSubmodule deck, int drawCount, float interval)
|
||||
public Cmd_DrawCards(DeckSubmodule deck, int drawCount, float interval = 0.1f)
|
||||
{
|
||||
this.isCustomDraw = false;
|
||||
this.deck = deck;
|
||||
@@ -31,7 +31,7 @@ namespace Continentis.MainGame.Commands
|
||||
this.customDrawCards = null;
|
||||
}
|
||||
|
||||
public Cmd_DrawCards(DeckSubmodule deck, List<CardInstance> customDrawCards, float interval)
|
||||
public Cmd_DrawCards(DeckSubmodule deck, List<CardInstance> customDrawCards, float interval = 0.1f)
|
||||
{
|
||||
this.isCustomDraw = true;
|
||||
this.deck = deck;
|
||||
|
||||
Reference in New Issue
Block a user