mirror of
https://github.com/furyfire/trueskill.git
synced 2025-09-13 21:58:21 +02:00
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
12 lines
123 B
PHP
12 lines
123 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace DNW\Skills;
|
|
|
|
use DNW\Skills\Numerics\Range;
|
|
|
|
class TeamsRange extends Range
|
|
{
|
|
}
|