summaryrefslogtreecommitdiff
path: root/assets/GZ2J01/res/Object/Obj_prop2.h
blob: 383534b5f4286c4ee70257e4516f5f519b990356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef RES_OBJ_PROP2_H
#define RES_OBJ_PROP2_H

enum dRes_INDEX_OBJ_PROP2 {
    /* BMDR */
    dRes_INDEX_OBJ_PROP2_BMD_K_PROP02_e=0x4,
    /* DZB  */
    dRes_INDEX_OBJ_PROP2_DZB_K_PROP02_e=0x7,
    dRes_INDEX_OBJ_PROP2_DZB_K_PROP02A_e=0x8,
    dRes_INDEX_OBJ_PROP2_DZB_K_PROP02B_e=0x9,
};

enum dRes_ID_OBJ_PROP2 {
    /* BMDR */
    dRes_ID_OBJ_PROP2_BMD_K_PROP02_e=0x4,
    /* DZB  */
    dRes_ID_OBJ_PROP2_DZB_K_PROP02_e=0x7,
    dRes_ID_OBJ_PROP2_DZB_K_PROP02A_e=0x8,
    dRes_ID_OBJ_PROP2_DZB_K_PROP02B_e=0x9,
};

enum K_PROP02_JNT {
    K_PROP02_JNT_WORLD_ROOT_e=0x0,
};

#endif /* !RES_OBJ_PROP2_H */