<?php abstract class ostreum extends ocharacter { protected $aOnFightCan = array ( 'hit' => 100 ); protected $iXP = 0; protected function __construct ($sImage, array $aCar) { parent :: __construct ($sImage, $aCar); } } ?>