OSDN Git Service

[Refactor] #40514 player_type の sustain_int 変数を廃止. / Abolished sustain_int variable...
[hengbandforosx/hengbandosx.git] / src / player-info / base-status-types.h
1 #pragma once
2
3 typedef enum base_status_type {
4         A_STR = 0,
5     A_INT = 1,
6     A_WIS = 2,
7     A_DEX = 3,
8     A_CON = 4,
9     A_CHR = 5,
10     A_MAX = 6,
11 } base_status_type;