Files
Construct/scripts/classes/BlockVerificationLevel.js
T
2025-04-15 02:23:21 -07:00

8 lines
162 B
JavaScript

export const BlockVerificationLevel = Object.freeze({
Unknown: 0,
NoMatch: 1,
TypeMatch: 2,
TypeAndStateMatch: 3,
Missing: 4,
isAir: 5
});