enum class action { hold, attack, defend}; action myAction[100]; int ... I just dont want the stored array of enums to change size, ...
確定! 回上一頁