1 | <?php |
||
27 | class Risingstorm2 extends Source |
||
28 | { |
||
29 | |||
30 | /** |
||
31 | * String name of this protocol class |
||
32 | * |
||
33 | * @type string |
||
34 | */ |
||
35 | protected $name = 'rising storm 2'; |
||
36 | |||
37 | /** |
||
38 | * Longer string name of this protocol class |
||
39 | * |
||
40 | * @type string |
||
41 | */ |
||
42 | protected $name_long = "Rising Storm 2"; |
||
43 | |||
44 | /** |
||
45 | * Query port is always 27015 |
||
46 | * |
||
47 | * @param int $clientPort |
||
48 | * |
||
49 | * @return int |
||
50 | */ |
||
51 | 4 | public function findQueryPort($clientPort) |
|
55 | } |
||
56 |