Skip to content

Commit

Permalink
Remove ditch values
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiven authored Nov 21, 2023
1 parent a45f1f0 commit ac69813
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Axis.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@

namespace pocketmine\math;

enum Axis: int{
case Y = 0;
case Z = 1;
case X = 2;
enum Axis{
case Y;
case Z;
case X;

/**
* @deprecated use Axis->name
Expand Down

0 comments on commit ac69813

Please sign in to comment.