summaryrefslogtreecommitdiff
path: root/assets/GZ2J01/res/Object/MSGNPC.h
blob: a09014fc6631029369ac3c909bd6d280c5acdf76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef RES_MSGNPC_H
#define RES_MSGNPC_H

enum dRes_INDEX_MSGNPC {
    /* EVT  */
    dRes_INDEX_MSGNPC_DAT_EVENT_LIST_e=0x3,
};

enum dRes_ID_MSGNPC {
    /* EVT  */
    dRes_ID_MSGNPC_DAT_EVENT_LIST_e=0x3,
};

#endif /* !RES_MSGNPC_H */