11 lines
104 B
PHP
11 lines
104 B
PHP
<?php
|
|
/**
|
|
* Statistic Manager Class
|
|
*
|
|
* @author steeffeen & kremsy
|
|
*/
|
|
|
|
|
|
class StatisticManager {
|
|
|
|
}
|