C# Class PushFrenzy.Rules.Sweep

Mostra file Open project: paulbatum/PushFrenzy Class Usage Examples

Public Methods

Method Description
Sweep ( Board board, IClearingRule clearingRule ) : System
Tick ( int ticks, IMessageLog log ) : void

Method Details

Sweep() public method

public Sweep ( Board board, IClearingRule clearingRule ) : System
board Board
clearingRule IClearingRule
return System

Tick() public method

public Tick ( int ticks, IMessageLog log ) : void
ticks int
log IMessageLog
return void