mirror of
https://github.com/furyfire/trueskill.git
synced 2025-12-21 14:36:56 +01:00
Tenative pass at getting prior layer working. Found out about division by zero and closure differences.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Moserware\Skills;
|
||||
|
||||
class HashMap
|
||||
{
|
||||
private $_hashToValue = array();
|
||||
|
||||
Reference in New Issue
Block a user