Skip to content

Commit

Permalink
EntityMetadataFlags missing fields (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaileke authored Nov 15, 2023
1 parent fb45010 commit 3cb5300
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/entity/EntityMetadataFlags.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,7 @@ private function __construct(){
public const HAPPY = 112;
public const SEARCHING = 113;
public const CRAWLING = 114;
public const TIMER_FLAG_1 = 115;
public const TIMER_FLAG_2 = 116;
public const TIMER_FLAG_3 = 117;
}

0 comments on commit 3cb5300

Please sign in to comment.