2019-04-22 09:24:16 +02:00
|
|
|
|
using CzokoŚmieciarka.MonoGameView.DataModels.Interfaces.GarbageCollector;
|
|
|
|
|
|
|
|
|
|
namespace CzokoŚmieciarka.MonoGameView.DataModels.Interfaces
|
|
|
|
|
{
|
|
|
|
|
public interface IStep
|
|
|
|
|
{
|
2019-04-23 11:24:07 +02:00
|
|
|
|
bool Invoke(IGarbageCollector collector, object [,] grid);
|
2019-04-22 09:24:16 +02:00
|
|
|
|
}
|
|
|
|
|
}
|