OSDN Git Service

[Refactor] 練気術師の固有データを magic_num から分離
[hengbandforosx/hengbandosx.git] / src / player-info / force-trainer-data-type.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 struct force_trainer_data_type {
6     int32_t ki;
7 };