This commit is contained in:
Igor Barkov [iwork]
2019-01-11 18:26:33 +02:00
parent d68f9b232a
commit 642fb82938
3 changed files with 9 additions and 1 deletions
+3
View File
@@ -8,6 +8,9 @@
class ItemClass extends Item
{
/**
*
*/
public function printItemStats()
{
echo $this->name ." (Масса: ". $this->massa .")<br>";