mirror of
https://github.com/furyfire/trueskill.git
synced 2025-07-06 20:41:29 +02:00
Now it throws an error, but at least it runs something
This commit is contained in:
@ -44,7 +44,7 @@ abstract class FactorGraphLayer
|
||||
|
||||
protected function scheduleSequence($itemsToSequence)
|
||||
{
|
||||
return new ScheduleSequence($itemsToSequence);
|
||||
return new ScheduleSequence("TODO", $itemsToSequence);
|
||||
}
|
||||
|
||||
protected function addLayerFactor($factor)
|
||||
|
Reference in New Issue
Block a user