%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/old2/_music/diplomka/diplomka/src/API/app/model/entities/
Upload File :
Create Path :
Current File : /www/old2/_music/diplomka/diplomka/src/API/app/model/entities/playerApInfo.php

<?php
/**
 * Created by JetBrains PhpStorm.
 * User: Waritko
 * Date: 7/3/13
 * Time: 9:56 AM
 * To change this template use File | Settings | File Templates.
 */

/**
 * Entity for displaying player AP gain information
 */
class playerApInfo
{
    var $name = "";
    var $side = "ALIENS";
    var $created = 0;
    var $destroyed = 0;
    var $total = 0;
    var $details;

    public function __construct()
    {
        $this->details = new playerApDetails();
    }
}

Zerion Mini Shell 1.0