removed 'application' folder to have everything in the root directory
This commit is contained in:
22
libs/Maniaplanet/DedicatedServer/Structures/PlayerNetInfo.php
Executable file
22
libs/Maniaplanet/DedicatedServer/Structures/PlayerNetInfo.php
Executable file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/**
|
||||
* ManiaPlanet dedicated server Xml-RPC client
|
||||
*
|
||||
* @license http://www.gnu.org/licenses/lgpl.html LGPL License 3
|
||||
*/
|
||||
|
||||
namespace Maniaplanet\DedicatedServer\Structures;
|
||||
|
||||
class PlayerNetInfo extends Player
|
||||
{
|
||||
/** @var string */
|
||||
public $iPAddress;
|
||||
/** @var int */
|
||||
public $stateUpdateLatency;
|
||||
/** @var int */
|
||||
public $stateUpdatePeriod;
|
||||
/** @var int */
|
||||
public $latestNetworkActivity;
|
||||
/** @var float */
|
||||
public $packetLossRate;
|
||||
}
|
Reference in New Issue
Block a user