Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
>:c
  • Loading branch information
IvanCraft623 committed Aug 10, 2024
1 parent 0681211 commit 0e8ffba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/entity/Living.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
use function ceil;
use function count;
use function floor;
use function ksort;
use function lcg_value;
use function max;
use function min;
Expand All @@ -76,6 +77,7 @@
use function round;
use function sqrt;
use const M_PI;
use const SORT_NUMERIC;

abstract class Living extends Entity{
protected const DEFAULT_BREATH_TICKS = 300;
Expand Down

0 comments on commit 0e8ffba

Please sign in to comment.