mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-04 05:58:22 +00:00
static arrays
This commit is contained in:
6
src/Data/ResourceArrayType.js
Normal file
6
src/Data/ResourceArrayType.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default
|
||||
{
|
||||
Dynamic = 0x0,
|
||||
Static = 0x10,
|
||||
Wrapper = 0x20
|
||||
};
|
||||
Reference in New Issue
Block a user