Card爆改!
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Continentis.Mods.Basic.Cards.Assassin
|
||||
{
|
||||
public class Stealth : CardLogicBase
|
||||
{
|
||||
protected override List<CommandBase> PlayEffect(List<CharacterBase> targetList)
|
||||
public override List<CommandBase> PlayEffect(List<CharacterBase> targetList)
|
||||
{
|
||||
var mainGroup = new CommandGroup(ExecutionMode.Sequential);
|
||||
mainGroup.AddCommand(new Cmd_Function(() =>
|
||||
|
||||
Reference in New Issue
Block a user