Skip to content

Commit 3cb5300

Browse files
authored
EntityMetadataFlags missing fields (#202)
1 parent fb45010 commit 3cb5300

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/types/entity/EntityMetadataFlags.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,7 @@ private function __construct(){
134134
public const HAPPY = 112;
135135
public const SEARCHING = 113;
136136
public const CRAWLING = 114;
137+
public const TIMER_FLAG_1 = 115;
138+
public const TIMER_FLAG_2 = 116;
139+
public const TIMER_FLAG_3 = 117;
137140
}

0 commit comments

Comments
 (0)