Отображаем параметры персонажей

This commit is contained in:
Igor Barkov (iwork)
2020-07-20 16:27:32 +03:00
parent 897cc530af
commit ab5d0459d9
3 changed files with 34 additions and 304 deletions

View File

@@ -25,6 +25,9 @@ class User
public $room;
public $block;
public $shadow;
// Удар кулаком всегда 1-2.
public $minDamage = 1;
public $maxDamage = 2;
public const STAT_MAXIMUM_AMOUNT = 40;
// Пока несуществующие, для совместимости.