14 lines
147 B
PHP
14 lines
147 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Created by PhpStorm.
|
||
|
* User: Lukas
|
||
|
* Date: 03.01.14
|
||
|
* Time: 16:04
|
||
|
*/
|
||
|
|
||
|
namespace ManiaControl\Players;
|
||
|
|
||
|
|
||
|
class PlayerDetailed {
|
||
|
|
||
|
}
|