tests
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
|
||||
class ItemClass extends Item
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function printItemStats()
|
||||
{
|
||||
echo $this->name ." (Масса: ". $this->massa .")<br>";
|
||||
|
||||
Reference in New Issue
Block a user