C# Class PushFrenzy.Rules.PiecesInARowClearingRule

Inheritance: IClearingRule
Show file Open project: paulbatum/PushFrenzy

Public Methods

Method Description
Apply ( Sweep sweep, IMessageLog log ) : void
PiecesInARowClearingRule ( Game game, int target ) : System

Method Details

Apply() public method

public Apply ( Sweep sweep, IMessageLog log ) : void
sweep Sweep
log IMessageLog
return void

PiecesInARowClearingRule() public method

public PiecesInARowClearingRule ( Game game, int target ) : System
game Game
target int
return System