Skip to content

Commit 0421d36

Browse files
committed
Merge branch 'instanceofs' of https://github.com/abcxff/diepcustom into instanceofs
2 parents e680c5e + 03fc08f commit 0421d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Const/Enums.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export const enum EntityTags {
289289
isTank = 1 << 1,
290290
isDominator = 1 << 2,
291291
isBoss = 1 << 3,
292-
isShiny= 1 << 4,
292+
isShiny = 1 << 4,
293293
}
294294

295295
/**

0 commit comments

Comments
 (0)