LeviLamina
Loading...
Searching...
No Matches
ArrayProperty.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Scripting::QuickJS {
6
7enum class ArrayProperty : int {
8 Length = 0,
9};
10
11}